[svn-commits] kpfleming: trunk r201135 - /trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 16 15:50:57 CDT 2009


Author: kpfleming
Date: Tue Jun 16 15:50:41 2009
New Revision: 201135

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=201135
Log:
When compiling in an Emacs-spawned shell, always print directory names.

This change ensures that Emacs can find the proper source files when parsing
compiler error messages, since it uses the 'make' output including directory
names to do it.


Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/Makefile?view=diff&rev=201135&r1=201134&r2=201135
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Jun 16 15:50:41 2009
@@ -326,6 +326,10 @@
 
 # comment to print directories during submakes
 #PRINT_DIR=yes
+
+ifneq ($(INSIDE_EMACS),)
+PRINT_DIR=yes
+endif
 
 SILENTMAKE:=$(MAKE) --quiet --no-print-directory
 ifneq ($(PRINT_DIR)$(NOISY_BUILD),)




More information about the svn-commits mailing list