[svn-commits] rizzo: trunk r89084 - /trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Nov 7 07:12:29 CST 2007


Author: rizzo
Date: Wed Nov  7 07:12:28 2007
New Revision: 89084

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89084
Log:
remove enter/exit comments when handling subdirectory.
If we really want them we can remove the --no-print-directory


Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?view=diff&rev=89084&r1=89083&r2=89084
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed Nov  7 07:12:28 2007
@@ -338,14 +338,10 @@
 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




More information about the svn-commits mailing list