cs: fix incremental cross-compile of Chez Scheme

This commit is contained in:
Matthew Flatt 2019-07-27 07:21:31 -06:00
parent d48b4498cc
commit 49929ce8d3

View File

@ -178,6 +178,7 @@ scheme-cross:
# Rebuild patch file and cross "petite.boot" and "scheme.boot" when older
# than the build-host "scheme.boot"
$(SCHEME_SRC)/$(TARGET_MACH)/s/xpatch: $(SCHEME_SRC)/$(MACH)/boot/$(MACH)/scheme.boot
rm -f $(SCHEME_SRC)/$(TARGET_MACH)/s/nanopass.so $(SCHEME_SRC)/$(TARGET_MACH)/s/nanopass/*.so
cd $(SCHEME_SRC)/$(TARGET_MACH)/s && $(MAKE) -f Mf-cross m=$(MACH) xm=$(TARGET_MACH) Scheme="$(SCHEME_BIN)" SCHEMEHEAPDIRS="$(SCHEME_INC)"
XPATCH =