%% Ted Phares <[EMAIL PROTECTED]> writes: tp> Does gnu make provide a means of performing less-than or tp> greater-than comparisons of the numeric value of an envar? What I tp> desire is something like an 'iflt' or 'ifgt' variant of the 'ifeq' tp> directive.
No. You'll have to use the shell function. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
