[llvm-commits] CVS: llvm/projects/Stacker/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Sun Nov 23 20:58:01 PST 2003


Changes in directory llvm/projects/Stacker:

Makefile updated: 1.3 -> 1.4

---
Log message:

Apply patches from PR136

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

Index: llvm/projects/Stacker/Makefile
diff -u llvm/projects/Stacker/Makefile:1.3 llvm/projects/Stacker/Makefile:1.4
--- llvm/projects/Stacker/Makefile:1.3	Sun Nov 23 12:10:25 2003
+++ llvm/projects/Stacker/Makefile	Sun Nov 23 20:57:25 2003
@@ -12,9 +12,9 @@
 #
 # Directories that needs to be built.
 #
-# Disable the 'test' subdirectory until it works correctly
-#   test
-DIRS = lib tools samples
+# Disable the 'test' and 'samples' subdirectories until they work correctly
+#DIRS = lib tools test samples
+DIRS = lib tools
 
 #
 # Include the Master Makefile that knows how to build all.





More information about the llvm-commits mailing list