mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Allow the VERBOSE=1 option to turn on output of recursive make behavior
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3796 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b430e0b33d
commit
16d1f73cf3
@ -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
Block a user