[llvm-commits] CVS: llvm/utils/Burg/Makefile

John Criswell criswell at choi.cs.uiuc.edu
Fri Jun 27 12:04:02 PDT 2003


Changes in directory llvm/utils/Burg:

Makefile updated: 1.14 -> 1.15

---
Log message:

Added code to the clean rule that deletes files placed in the source directory.
These files interfer with a second build attempt.


---
Diffs of the changes:

Index: llvm/utils/Burg/Makefile
diff -u llvm/utils/Burg/Makefile:1.14 llvm/utils/Burg/Makefile:1.15
--- llvm/utils/Burg/Makefile:1.14	Tue Jun 17 09:30:21 2003
+++ llvm/utils/Burg/Makefile	Fri Jun 27 12:03:20 2003
@@ -25,3 +25,4 @@
 	$(TOOLEXENAME_G) -I      sample.gr -o tmp && cmp tmp sample.c
 	$(TOOLEXENAME_G) -I -O0 <sample.gr   >tmp && cmp tmp sample.c
 	$(TOOLEXENAME_G) -I -=  <sample.gr   >tmp && cmp tmp sample.c
+	rm -f tmp sample.c





More information about the llvm-commits mailing list