[llvm-commits] CVS: llvm/projects/Stacker/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Nov 23 12:11:01 PST 2003
Changes in directory llvm/projects/Stacker:
Makefile updated: 1.2 -> 1.3
---
Log message:
Disable test.
---
Diffs of the changes: (+3 -1)
Index: llvm/projects/Stacker/Makefile
diff -u llvm/projects/Stacker/Makefile:1.2 llvm/projects/Stacker/Makefile:1.3
--- llvm/projects/Stacker/Makefile:1.2 Sun Nov 23 11:51:56 2003
+++ llvm/projects/Stacker/Makefile Sun Nov 23 12:10:25 2003
@@ -12,7 +12,9 @@
#
# Directories that needs to be built.
#
-DIRS = lib tools test samples
+# Disable the 'test' subdirectory until it works correctly
+# test
+DIRS = lib tools samples
#
# Include the Master Makefile that knows how to build all.
More information about the llvm-commits
mailing list