Skip to content
Snippets Groups Projects
Commit 2b6857fb authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Improved propagation of CONFIGUREARGS in the xenofarm target for non-gnu makes.

Rev: Makefile:1.149
parent 4059706b
No related branches found
No related tags found
No related merge requests found
# #
# $Id: Makefile,v 1.148 2004/10/16 22:03:11 nilsson Exp $ # $Id: Makefile,v 1.149 2005/06/21 08:38:08 grubba Exp $
# #
# Meta Makefile # Meta Makefile
# #
# Use this to pass arguments to configure. Leave empty to keep previous args. # Use this to pass arguments to configure. Leave empty to keep previous args.
CONFIGUREARGS= CONFIGUREARGS=`echo $$CONFIGUREARGS`
# Set this to any generic make options you'd otherwise would have to # Set this to any generic make options you'd otherwise would have to
# pass on the command line. (Using the magic MAKEFLAGS variable # pass on the command line. (Using the magic MAKEFLAGS variable
...@@ -324,6 +324,7 @@ xenofarm: ...@@ -324,6 +324,7 @@ xenofarm:
-rm -rf xenofarm_result -rm -rf xenofarm_result
mkdir xenofarm_result mkdir xenofarm_result
-CCACHE_LOGFILE="`pwd`/xenofarm_result/ccache.log.txt" \ -CCACHE_LOGFILE="`pwd`/xenofarm_result/ccache.log.txt" \
CONFIGUREARGS="$(CONFIGUREARGS)" \
MAKE="$(MAKE_CMD)" BUILDDIR="$(BUILDDIR)" /bin/sh bin/xenofarm.sh MAKE="$(MAKE_CMD)" BUILDDIR="$(BUILDDIR)" /bin/sh bin/xenofarm.sh
cd xenofarm_result && tar cf - . > ../xenofarm_result.tar cd xenofarm_result && tar cf - . > ../xenofarm_result.tar
gzip -f9 xenofarm_result.tar gzip -f9 xenofarm_result.tar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment