forked from OSchip/llvm-project
Allow the VERBOSE=1 option to turn on output of recursive make behavior
llvm-svn: 3796
This commit is contained in:
parent
011abb4a32
commit
59ded8e5c0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue