[llvm-commits] CVS: llvm/Makefile.common

Chris Lattner lattner at cs.uiuc.edu
Tue Sep 17 18:46:01 PDT 2002


Changes in directory llvm:

Makefile.common updated: 1.50 -> 1.51

---
Log message:

Allow the VERBOSE=1 option to turn on output of recursive make behavior


---
Diffs of the changes:

Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.50 llvm/Makefile.common:1.51
--- llvm/Makefile.common:1.50	Tue Sep 17 18:35:02 2002
+++ llvm/Makefile.common	Tue Sep 17 18:45:34 2002
@@ -180,7 +180,7 @@
 ifdef DIRS  # Only do this if we're using DIRS!
 
 all install clean::
-	@for dir in ${DIRS}; do \
+	$(VERB) for dir in ${DIRS}; do \
 		(cd $$dir; $(MAKE) $@) || exit 1; \
 	done
 endif





More information about the llvm-commits mailing list