From: Taylor R Campbell Date: Mon, 7 Oct 2013 19:16:33 +0000 (+0000) Subject: Explain what the `cross-target' target does. X-Git-Tag: release-9.2.0~80 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=cc535384d0266ad818138fbe35e22c23bbe24eca;p=mit-scheme.git Explain what the `cross-target' target does. --- diff --git a/src/Makefile.in b/src/Makefile.in index 911069108..7b0ee01b2 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -657,6 +657,10 @@ cref-xml: cref-sos # cross-compilation host, transfer everything over, and then run `make' # to do the rest, since the default target depends on cross-target. # (Rsync should help iterating this process.) +# +# Anything that depends on running the target code should depend on +# cross-target, and there should be a plan for obviating the need to +# run the target code. Currently this is only IMAIL. .PHONY: cross-host cross-host: compile-compiler