Isn't it make target VAR=value ?
/ Martin Nilsson (saturator)
Previous text:
2004-03-04 23:13: Subject: xenofarm question
I'm trying to get a xenofarm client set up on a sun box here at work, and I'm having problems trying to pass CONFIGUREARGS to the build. Specifically, I need to add --with-force-ua32, and I can't get it to take.
Here's my config/pike-7.5.cfg:
configformat: 2 project: Pike projectdir: pike-7.5 snapshoturl: http://pike.ida.liu.se/generated/pikefarm/packages/7.5/latest resulturl: http://pike.ida.liu.se/generated/pikefarm/packages/7.5/result test: default make CONFIGUREARGS="--with-force-ua32" xenofarm test: feature make CONFIGUREARGS="--with-force-ua32" xenofarm_feature
bash-2.05$ more pike-7.5/puck.fairchildsemi.com/buildtmp/Pike7.5-20040304-201314/xenofarm_result/compilelog.txt
Configure arguments: Use `make CONFIGUREARGS="..." ...' to change them. ....
Changing the position of configureargs in the make line doesn't seem to make any difference. What am i doing wrong?
Bill
/ Brevbäraren