[PATCH] fix cc_ge and cc_le

Rob Landley rob at landley.net
Mon Mar 13 19:02:20 UTC 2006


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?

Rob

P.S. At least 14527 and 14495 are unrelated fixups.
-- 
Never bet against the cheap plastic solution.



More information about the busybox mailing list