Re: /bzr/squid3/trunk/ r10399: Back out the tweak on rev10398.

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Mon, 19 Apr 2010 23:25:11 +0000

On Mon, 19 Apr 2010 22:33:37 +0200, Henrik Nordstrom
<henrik_at_henriknordstrom.net> wrote:
> tor 2010-04-15 klockan 22:19 +1200 skrev Amos Jeffries:
>> ------------------------------------------------------------
>> revno: 10399
>> committer: Amos Jeffries <squid3_at_treenet.co.nz>
>> branch nick: trunk
>> timestamp: Thu 2010-04-15 22:19:26 +1200
>> message:
>> Back out the tweak on rev10398.
>
>
>> globals.cc: globals.h mk-globals-c.awk
>> - $(AWK) -f $(srcdir)/mk-globals-c.awk < $(srcdir)/globals.h > $@ ||
>> $(RM) -f $@ && exit 1
>> + $(AWK) -f $(srcdir)/mk-globals-c.awk < $(srcdir)/globals.h > $@ ||
>> $(RM) -f $@
>
> Why?
>

I had bound the exit(1) to success of the rm command, not failure of the
awk. When we get time to sort out the shell nesting of automake it needs to
be added back in to ensure the make runs exit on awk failure.

For now it still fails later anyway as a linkage failure. So the build
will still abort. Just not in the best place.

Amos
Received on Mon Apr 19 2010 - 23:25:16 MDT

This archive was generated by hypermail 2.2.0 : Thu Apr 22 2010 - 12:00:08 MDT