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

2010-04-22 Thread Henrik Nordstrom
tor 2010-04-22 klockan 17:13 +1200 skrev Amos Jeffries: What hudson was showing was build always exiting at the first of these files. Even in the awk ok - SUCCESS case. That needs to be figured out before exit 1 can go back on. right. The sequence of || is a bit ambiguous. Needs to be

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

2010-04-21 Thread Henrik Nordstrom
mån 2010-04-19 klockan 23:25 + skrev Amos Jeffries: - $(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

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

2010-04-21 Thread Amos Jeffries
Henrik Nordstrom wrote: mån 2010-04-19 klockan 23:25 + skrev Amos Jeffries: - $(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

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

2010-04-19 Thread Henrik Nordstrom
tor 2010-04-15 klockan 22:19 +1200 skrev Amos Jeffries: revno: 10399 committer: Amos Jeffries squ...@treenet.co.nz branch nick: trunk timestamp: Thu 2010-04-15 22:19:26 +1200 message: Back out the tweak on rev10398.