cross-plat-dev-utils/build_all.pl
changeset 40 68f68128601f
parent 6 787612182dd0
equal deleted inserted replaced
39:fa9d7d89d3d6 40:68f68128601f
    47 if (@ARGV) {
    47 if (@ARGV) {
    48     if (grep(/$ARGV[0]/,("-h","--help"))) {
    48     if (grep(/$ARGV[0]/,("-h","--help"))) {
    49         print "This script cleans all TOOLS2 targets with Raptor, " .
    49         print "This script cleans all TOOLS2 targets with Raptor, " .
    50 			"except Raptor itself and any that were broken upstream when last checked.\n";
    50 			"except Raptor itself and any that were broken upstream when last checked.\n";
    51         print "Valid arguments are -h, --help; -k, --keepgoing, or none.\n";
    51         print "Valid arguments are -h, --help; -k, --keepgoing, or none.\n";
    52 		print "-k, --keepgoing makes the script carry on after a failed clean,\n";
    52 		print "-k, --keepgoing makes the script carry on after a failed build,\n";
    53 		exit 0;  
    53 		exit 0;  
    54 	} elsif (grep(/$ARGV[0]/,("-k","--keepgoing"))) {
    54 	} elsif (grep(/$ARGV[0]/,("-k","--keepgoing"))) {
    55 		$keepgoing = 1;
    55 		$keepgoing = 1;
    56 	} else {
    56 	} else {
    57 	    print "Valid arguments are -h, --help; -k, --keepgoing, or none.\n".
    57 	    print "Valid arguments are -h, --help; -k, --keepgoing, or none.\n".