Allow the VERBOSE=1 option to turn on output of recursive make behavior
authorChris Lattner <sabre@nondot.org>
Tue, 17 Sep 2002 23:45:34 +0000 (23:45 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Sep 2002 23:45:34 +0000 (23:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3796 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index da515716b0add086daebc0e5120570f1f199fb7e..70219068211c8cbb2b3dbf3375a15a7ce335ec15 100644 (file)
@@ -180,7 +180,7 @@ ObjectsG = $(addprefix $(BUILD_ROOT)/Debug/,$(Objs))
 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
index da515716b0add086daebc0e5120570f1f199fb7e..70219068211c8cbb2b3dbf3375a15a7ce335ec15 100644 (file)
@@ -180,7 +180,7 @@ ObjectsG = $(addprefix $(BUILD_ROOT)/Debug/,$(Objs))
 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