just like the "die" in perl
-------------------
if (length ($str) <= 64)
{
print "ok,go on"
}
else
{
die "bad param";
}
print "go on"
-------------------how can I make the makefile act like this,die and exit...? _______________________________________________ help-gnu-utils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-utils
