cs: fix incremental cross-compile of Chez Scheme
This commit is contained in:
parent
d48b4498cc
commit
49929ce8d3
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue
Block a user