[PATCH] fix cc_ge and cc_le

Bernhard Fischer rep.nop at aon.at
Mon Mar 13 11:14:33 PST 2006


On Mon, Mar 13, 2006 at 02:02:20PM -0500, Rob Landley wrote:
>On Monday 13 March 2006 1:46 pm, Bernhard Fischer wrote:
>> >> define cc_ge
>> >> $(shell [ `expr $(CC_MAJOR) \* 100 \+ $(CC_MINOR)` -ge \
>> >> 	  `expr $(1) \* 100 \+ $(2)` ] && echo y)
>> >> endef
>> >
>> >That dies with:
>> >/bin/sh: line 0: [:         : integer expression expected
>>
>> I'm about to revert the whole stuff back to rev.14406, so this all is
>> moot as there is no such thing as cc_ge or cc_le in a moment.
>
>I thought the new stuff was mostly debugged now?

Yes. It doesn't make sense to hold the due 1.1.1 just because of this.

Someone can revisit that stuff later on, to fix make dir/file.o and
parallel builds, a working out-of-tree build, trying to provide nice
cflags automagically etc if he likes.
>
>Rob
>
>P.S. At least 14527 and 14495 are unrelated fixups.
>-- 
>Never bet against the cheap plastic solution.
>_______________________________________________
>busybox mailing list
>busybox at busybox.net
>http://busybox.net/cgi-bin/mailman/listinfo/busybox
>


More information about the busybox mailing list