]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/Makefile.in (../native-lisp): Make the long recipe silent.
authorEli Zaretskii <eliz@gnu.org>
Thu, 7 Oct 2021 15:48:09 +0000 (18:48 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 7 Oct 2021 15:48:09 +0000 (18:48 +0300)
src/Makefile.in

index b8d0e7b54ce052e05133900d17012d6a4e20ab6e..0326b4a8f229a1829d38b78951ed31d346ce2deb 100644 (file)
@@ -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 -; \