[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Integer/Makefile

Reid Spencer reid at x10sys.com
Tue Jan 16 13:41:26 PST 2007



Changes in directory llvm-test/SingleSource/UnitTests/Integer:

Makefile updated: 1.2 -> 1.3
---
Log message:

Don't run the shell if we don't have to.


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/SingleSource/UnitTests/Integer/Makefile
diff -u llvm-test/SingleSource/UnitTests/Integer/Makefile:1.2 llvm-test/SingleSource/UnitTests/Integer/Makefile:1.3
--- llvm-test/SingleSource/UnitTests/Integer/Makefile:1.2	Tue Jan 16 14:21:32 2007
+++ llvm-test/SingleSource/UnitTests/Integer/Makefile	Tue Jan 16 15:41:11 2007
@@ -4,7 +4,7 @@
 # You can use this seed value to get a different test
 # each day, but don't forget to 'make clean' To use it,
 # change RUN_OPTIONS (below) to be $(SEED)
-SEED := $(shell date +%j)
+SEED = $(shell date +%j)
 
 # Use a consistent seed value for the tests so they produce
 # the same results regardless of whether you make clean or not.






More information about the llvm-commits mailing list