From cc535384d0266ad818138fbe35e22c23bbe24eca Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Mon, 7 Oct 2013 19:16:33 +0000 Subject: [PATCH] Explain what the `cross-target' target does. --- src/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.25.1