Allow the VERBOSE=1 option to turn on output of recursive make behavior
[oota-llvm.git] / Makefile.common
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