Date: Sat, 22 Feb 2014 11:27:18 -0700 From: Matt Birkholz <p...@birchwood-abbey.net>
+all-native: + $(MAKE) compile-microcode + @$(top_srcdir)/etc/cross-compile.sh "$(MIT_SCHEME_EXE)" + $(MAKE) build-bands Ugh... Please don't make more broken make hacks like this. I spent a lot of effort to sort out the dependencies so that we can do a proper parallel build. Let's fix the real problem, not regress and make it harder to find. The whole point of the new Makefile.tools is to enable cross-builds like compile-svm.sh does *without* hand-crufted linearizations in shell script of the dependencies. What is the substantive difference between what compile-svm.sh does and what the parallelized Makefile.tools/Makefile build does? Is it just about compile-by-procedures and the production of bci files? I don't think setting COMPILER:COMPILE-BY-PROCEDURES is necessary for cross-compiling -- IN-CROSS-COMPILER already does that. _______________________________________________ MIT-Scheme-devel mailing list MIT-Scheme-devel@gnu.org https://lists.gnu.org/mailman/listinfo/mit-scheme-devel