[llvm-commits] CVS: llvm/projects/Stacker/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Sun Oct 10 17:55:57 PDT 2004
Changes in directory llvm/projects/Stacker:
Makefile updated: 1.5 -> 1.6
---
Log message:
Fix file header comment; remove sample project (extra-verbose) comments
---
Diffs of the changes: (+1 -11)
Index: llvm/projects/Stacker/Makefile
diff -u llvm/projects/Stacker/Makefile:1.5 llvm/projects/Stacker/Makefile:1.6
--- llvm/projects/Stacker/Makefile:1.5 Sat Sep 4 14:48:50 2004
+++ llvm/projects/Stacker/Makefile Sun Oct 10 19:55:47 2004
@@ -1,20 +1,10 @@
##===- projects/Stacker/Makefile ---------------------------*- Makefile -*-===##
#
-# This is a sample Makefile for a project that uses LLVM.
+# This is the Stacker top-level Makefile
#
##===----------------------------------------------------------------------===##
-#
-# Indicates our relative path to the top of the project's root directory.
-#
LEVEL = .
-
-#
-# Directories that needs to be built.
-#
DIRS = lib tools
-#
-# Include the Master Makefile that knows how to build all.
-#
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list