[llvm-commits] CVS: llvm-java/test/Makefile.test

Alkis Evlogimenos alkis at cs.uiuc.edu
Wed Nov 24 12:33:48 PST 2004



Changes in directory llvm-java/test:

Makefile.test updated: 1.17 -> 1.18
---
Log message:

Use PRECIOUS instead of SECONDARY for files we want preserved.


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

Index: llvm-java/test/Makefile.test
diff -u llvm-java/test/Makefile.test:1.17 llvm-java/test/Makefile.test:1.18
--- llvm-java/test/Makefile.test:1.17	Wed Nov 24 03:01:42 2004
+++ llvm-java/test/Makefile.test	Wed Nov 24 14:33:38 2004
@@ -17,7 +17,7 @@
 
 # we don't want these files to be deleted by make, even if they are
 # intermediate results
-.SECONDARY: Output/.dir %.linked.bc %.raw.bc %.ll %.llvm.bc
+.PRECIOUS: Output/.dir %.linked.bc %.raw.bc %.ll %.llvm.bc
 
 #rule to link in runtime to raw bytecode
 %.linked.bc: %.raw.bc $(LibDir)/libjrt.bc $(EXTRA_OBJS)






More information about the llvm-commits mailing list