aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-05 17:44:10 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-05 17:44:10 +0000
commit7f0f1e85e8ab8fef3ef556b111929d1e51dde0d2 (patch)
tree819a6b65802f766a7c28705f009fa7160685dd76
parenta81a01d13cccf2e06c5fdcf4664ebfb2660771c6 (diff)
print messages when entering/leaving a directory so we know where we are
(sometimes it is obvious, sometimes it is not). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@88615 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d992be26f..e0153444d 100644
--- a/Makefile
+++ b/Makefile
@@ -342,10 +342,14 @@ $(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)" AST_LIBS="$(AST_LIBS)" $(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)" AUDIO_LIBS="$(AUDIO_LIBS)" $(MAKE) --no-print-directory --no-builtin-rules -C $@ SUBDIR=$@ all
+ @echo " [exit SUBDIR $@/]"
defaults.h: makeopts
@build_tools/make_defaults_h > $@.tmp