[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] davautocheck.sh - pass APXS from Makefile and trap signal

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-04-20 12:48:43 CEST

VK Sameer wrote:
>> Hello,
>>
>> In the last patch, a davautocheck.sh comment suggested that the value of
>> APXS would be picked up from the Makefile APXS variable. That was
>> incorrect, I was testing with an APXS environment variable set to the
>> same value as a Makefile APXS variable. Eric Hanchrow suggested adding
>> @APXS@ to Makefile.in for the davautocheck: target.

A great idea - one tiny change, though.

It's a pet peeve of mine that Makefile.in's do "APXS = @APXS@", and then
ignore the "$(APXS)" they just created, and carry on using "@APXS@". Using
"$(APXS)" after setting up the make variable is *much* friendlier if you
need to debug or change the generated Makefile.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 20 12:49:37 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.