; * src/Makefile.in (../native-lisp): Make the long recipe silent.

This commit is contained in:
Eli Zaretskii 2021-10-07 18:48:09 +03:00
parent 7cb98ba057
commit 3c29fb705c

View 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 -; \