mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
remove enter/exit comments when handling subdirectory.
If we really want them we can remove the --no-print-directory git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89084 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
Makefile
4
Makefile
@@ -338,14 +338,10 @@ $(SUBDIRS): include/asterisk/version.h include/asterisk/build.h include/asterisk
|
||||
main: $(filter-out main,$(MOD_SUBDIRS))
|
||||
|
||||
$(MOD_SUBDIRS):
|
||||
@echo " [enter MOD_SUBDIR $@/]"
|
||||
@ASTCFLAGS="$(MOD_SUBDIR_CFLAGS) $(ASTCFLAGS)" ASTLDFLAGS="$(ASTLDFLAGS)" $(MAKE) --no-print-directory --no-builtin-rules -C $@ SUBDIR=$@ all
|
||||
@echo " [exit MOD_SUBDIR $@/]"
|
||||
|
||||
$(OTHER_SUBDIRS):
|
||||
@echo " [enter SUBDIR $@/]"
|
||||
@ASTCFLAGS="$(OTHER_SUBDIR_CFLAGS) $(ASTCFLAGS)" ASTLDFLAGS="$(ASTLDFLAGS)" $(MAKE) --no-print-directory --no-builtin-rules -C $@ SUBDIR=$@ all
|
||||
@echo " [exit SUBDIR $@/]"
|
||||
|
||||
defaults.h: makeopts
|
||||
@build_tools/make_defaults_h > $@.tmp
|
||||
|
Reference in New Issue
Block a user