[llvm-commits] CVS: llvm/runtime/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Dec 8 14:13:03 PST 2003
Changes in directory llvm/runtime:
Makefile updated: 1.10 -> 1.11
---
Log message:
Simplify makefiles by just explicitly listing directories
---
Diffs of the changes: (+3 -2)
Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.10 llvm/runtime/Makefile:1.11
--- llvm/runtime/Makefile:1.10 Mon Dec 8 11:52:31 2003
+++ llvm/runtime/Makefile Mon Dec 8 14:12:44 2003
@@ -10,11 +10,12 @@
LEVEL = ..
include $(LEVEL)/Makefile.config
+
ifneq ($(wildcard $(LLVMGCCDIR)),)
-PARALLEL_DIRS := $(sort $(filter-out Makefile, $(filter-out README.txt, $(filter-out Output, $(filter-out CVS, $(notdir $(wildcard $(SourceDir)/*)))))))
+PARALLEL_DIRS := GCCLibraries libdummy libprofile libtrace
else
PARALLEL_DIRS :=
-all ::
+install all ::
@echo '********' Warning: Your LLVMGCCDIR is set incorrectly. Double-check
@echo '********' Warning: llvm/Makefile.config to make sure it matches
@echo '********' Warning: the directory where the C front-end is installed,
More information about the llvm-commits
mailing list