; * src/Makefile.in (../native-lisp): More tweaks of the recipe.
This commit is contained in:
parent
6e79f8a444
commit
b7ae0232be
1 changed files with 3 additions and 2 deletions
|
@ -807,8 +807,9 @@ elnlisp := $(addprefix ${lispsource}/,${elnlisp}) $(lisp:.elc=.eln)
|
|||
if test ! -d $@; then \
|
||||
mkdir $@ && $(MAKE) $(AM_V_NO_PD) $(elnlisp); \
|
||||
LC_ALL=C $(RUN_TEMACS) -batch $(BUILD_DETAILS) -l loadup --temacs=pdump \
|
||||
--bin-dest $(BIN_DESTDIR) --eln-dest $(ELN_DESTDIR); \
|
||||
cp -f $@ $(bootstrap_pdmp); \
|
||||
--bin-dest $(BIN_DESTDIR) --eln-dest $(ELN_DESTDIR) \
|
||||
&& cp -f emacs$(EXEEXT) bootstrap-emacs$(EXEEXT) \
|
||||
&& cp -f $(pdmp) $(bootstrap_pdmp); \
|
||||
fi
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue