----- Original Message ----- 
From: "Eric Blake" <[EMAIL PROTECTED]>
To: <bug-gnulib@gnu.org>
Sent: Wednesday, August 27, 2008 10:38 AM
Subject: Re: GNUmakefile: git-version-gen, maintainer-check, install


> Denny Joel E <jdenny <at> cs.clemson.edu> writes:
> 
>> > Well, I tried to make it a hard error, so that it would be the only
>> > output, but others on the list convinced me to reduce it back to a
>> > warning.  I don't know of any GNU make construct to make it appear last.

Make can't do the equivalent of this shell?

foo=true
action...
action...
action... || foo=false
action...
action...
$foo || echo warning

-- 
Brian K. White    [EMAIL PROTECTED]    http://www.myspace.com/KEYofR
+++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>++.
filePro  BBx    Linux  SCO  FreeBSD    #callahans  Satriani  Filk!



Reply via email to