makefile: avoid adding cross-compile helper to a distribution
This commit is contained in:
parent
61fa681aaf
commit
30effc9490
|
@ -47,7 +47,7 @@ racket \
|
|||
--compile-any \
|
||||
--compiled @nonterm{ios-racket-dir}/src/build/cs/c/compiled: \
|
||||
--cross \
|
||||
--cross-compiler tarm64osx @nonterm{ios-racket-dir}/lib \
|
||||
--cross-compiler tarm64osx @nonterm{ios-racket-dir}/src/build/cs/c \
|
||||
--config @nonterm{ios-racket-dir}/etc \
|
||||
--collects @nonterm{ios-racket-dir}/collects
|
||||
}
|
||||
|
|
|
@ -402,10 +402,6 @@ plain-install-upcased:
|
|||
install-cross:
|
||||
$(MAKE) compile-xpatch.$(TARGET_MACH)
|
||||
$(MAKE) library-xpatch.$(TARGET_MACH)
|
||||
rm -f "$(DESTDIR)$(libpltdir)/compile-xpatch.$(TARGET_MACH)"
|
||||
rm -f "$(DESTDIR)$(libpltdir)/library-xpatch.$(TARGET_MACH)"
|
||||
$(ICP) compile-xpatch.$(TARGET_MACH) "$(DESTDIR)$(libpltdir)/compile-xpatch.$(TARGET_MACH)"
|
||||
$(ICP) library-xpatch.$(TARGET_MACH) "$(DESTDIR)$(libpltdir)/library-xpatch.$(TARGET_MACH)"
|
||||
|
||||
SCHEME_XPATCH = $(SCHEME_WORKAREA)/$(TARGET_MACH)/s/xpatch
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user