mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +00:00
make using PRINT_DIR a little easier
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@93191 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
8
Makefile
8
Makefile
@@ -298,9 +298,13 @@ ifeq ($(OSARCH),SunOS)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# comment to print directories during submakes
|
# comment to print directories during submakes
|
||||||
PRINT_DIR?= --no-print-directory
|
#PRINT_DIR=yes
|
||||||
|
|
||||||
SUBMAKE=$(MAKE) --quiet $(PRINT_DIR)
|
ifneq ($(PRINT_DIR)$(NOISY_BUILD),)
|
||||||
|
SUBMAKE=$(MAKE) --quiet
|
||||||
|
else
|
||||||
|
SUBMAKE=$(MAKE) --quiet --no-print-directory
|
||||||
|
endif
|
||||||
|
|
||||||
# This is used when generating the doxygen documentation
|
# This is used when generating the doxygen documentation
|
||||||
ifneq ($(DOT),:)
|
ifneq ($(DOT),:)
|
||||||
|
Reference in New Issue
Block a user