aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0632039bc..dd4ab6089 100644
--- a/Makefile
+++ b/Makefile
@@ -327,6 +327,10 @@ endif
# 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)