aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-07 13:12:28 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-07 13:12:28 +0000
commit4362bb40332b0475e2e8b53e402f3527efdee107 (patch)
tree14913eb9fb450c1147d4718ab37893d45726978d /Makefile
parentea232993a06c8ee886b590e2e47b328fee170f96 (diff)
remove enter/exit comments when handling subdirectory.
If we really want them we can remove the --no-print-directory git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89084 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5c8e2e280..8c3a82852 100644
--- a/Makefile
+++ b/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