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.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@201135
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
# comment to print directories during submakes
#PRINT_DIR=yes
# 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),)
SUBMAKE:=$(MAKE)
SILENTMAKE:=$(MAKE) --quiet --no-print-directory
ifneq ($(PRINT_DIR)$(NOISY_BUILD),)
SUBMAKE:=$(MAKE)