build: seed: Oops, copy TCC seed after it's been regenerated.
* build-aux/GNUmakefile.in (seed): Oops, copy TCC seed after it's been regenerated.
This commit is contained in:
parent
de3165fcff
commit
959525330c
|
@ -143,9 +143,6 @@ uninstall:
|
||||||
./uninstall.sh
|
./uninstall.sh
|
||||||
|
|
||||||
seed: all-go mes-gcc mes-tcc
|
seed: all-go mes-gcc mes-tcc
|
||||||
ifdef TCC
|
|
||||||
cd $(TINYCC_SEED) && MES_PREFIX=$(PWD) ./refresh.sh
|
|
||||||
endif
|
|
||||||
cd $(MES_SEED) && git reset --hard HEAD
|
cd $(MES_SEED) && git reset --hard HEAD
|
||||||
MES=$(GUILE) GUILE=$(GUILE) SEED=1 ${srcdest}build-aux/build-mes.sh
|
MES=$(GUILE) GUILE=$(GUILE) SEED=1 ${srcdest}build-aux/build-mes.sh
|
||||||
cd $(MES_SEED) && MES_PREFIX=$(PWD) ./refresh.sh
|
cd $(MES_SEED) && MES_PREFIX=$(PWD) ./refresh.sh
|
||||||
|
@ -158,6 +155,9 @@ endif
|
||||||
lib/x86-mes/libgetopt.S\
|
lib/x86-mes/libgetopt.S\
|
||||||
$(MESCC_TOOLS_SEED)/libs
|
$(MESCC_TOOLS_SEED)/libs
|
||||||
cd $(MESCC_TOOLS_SEED) && MES_PREFIX=$(PWD) ./bootstrap.sh
|
cd $(MESCC_TOOLS_SEED) && MES_PREFIX=$(PWD) ./bootstrap.sh
|
||||||
|
ifdef TCC
|
||||||
|
cd $(TINYCC_SEED) && MES_PREFIX=$(PWD) ./refresh.sh
|
||||||
|
endif
|
||||||
|
|
||||||
doc/version.texi: ${srcdest}doc/mes.texi GNUmakefile
|
doc/version.texi: ${srcdest}doc/mes.texi GNUmakefile
|
||||||
@mkdir -p $(@D)
|
@mkdir -p $(@D)
|
||||||
|
|
Loading…
Reference in a new issue