emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 3c29fb7: ; * src/Makefile.in (../native-lisp): Make the long re


From: Eli Zaretskii
Subject: emacs-28 3c29fb7: ; * src/Makefile.in (../native-lisp): Make the long recipe silent.
Date: Thu, 7 Oct 2021 11:48:55 -0400 (EDT)

branch: emacs-28
commit 3c29fb705cfa908afee4a3fc084f8f4b88e43c4c
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/Makefile.in (../native-lisp): Make the long recipe silent.
---
 src/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index b8d0e7b..0326b4a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -804,7 +804,7 @@ elnlisp := $(addprefix ${lispsource}/,${elnlisp}) 
$(lisp:.elc=.eln)
                THEFILE=$< $<n
 
 ../native-lisp: | $(pdmp)
-       if test ! -d $@; then \
+       @if test ! -d $@; then \
          mkdir $@ && $(MAKE) $(AM_V_NO_PD) $(elnlisp); \
          if test $(SYSTEM_TYPE) = cygwin; then \
            find $@ -name '*.eln' | rebase -v -O -T -; \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]