1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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

llvm-svn: 3796
This commit is contained in:
Chris Lattner 2002-09-17 23:45:34 +00:00
parent 3bc4b5c35c
commit ca1db1112d
2 changed files with 2 additions and 2 deletions

View 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

View 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