From 2b6857fbd7d3a1231356dd3122c03bb126c3e137 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 21 Jun 2005 10:38:08 +0200
Subject: [PATCH] Improved propagation of CONFIGUREARGS in the xenofarm target
 for non-gnu makes.

Rev: Makefile:1.149
---
 Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index fc5528903e..09a1c5ef2e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
 #
-# $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
 #
 
 # 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
 # pass on the command line. (Using the magic MAKEFLAGS variable
@@ -324,6 +324,7 @@ xenofarm:
 	-rm -rf xenofarm_result
 	mkdir xenofarm_result
 	-CCACHE_LOGFILE="`pwd`/xenofarm_result/ccache.log.txt" \
+	  CONFIGUREARGS="$(CONFIGUREARGS)" \
 	  MAKE="$(MAKE_CMD)" BUILDDIR="$(BUILDDIR)" /bin/sh bin/xenofarm.sh
 	cd xenofarm_result && tar cf - . > ../xenofarm_result.tar
 	gzip -f9 xenofarm_result.tar
-- 
GitLab