I suspect it gets lost in this target:
xenofarm: -rm -rf xenofarm_result mkdir xenofarm_result -CCACHE_LOGFILE="`pwd`/xenofarm_result/ccache.log.txt" \ MAKE="$(MAKE_CMD)" BUILDDIR="$(BUILDDIR)" /bin/sh bin/xenofarm.sh cd xenofarm_result && tar cf - . > ../xenofarm_result.tar gzip -f9 xenofarm_result.tar
Note that almost no make variables are passed along to bin/xenofarm.sh.
/ Henrik Grubbström (Lysator)
Previous text:
2004-03-05 11:33: Subject: xenofarm question
Where does it get lost? Why doesn't MAKE_CMD get lost? As far as I can see, the top level Makefile propagates CONFIGURE_ARGS, so it would have to be lost before that...
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)