Changeset 900 in kBuild for vendor/gnumake/current/tests/run_make_tests.pl
- Timestamp:
- May 23, 2007 3:13:11 AM (17 years ago)
- File:
-
- 1 edited
-
vendor/gnumake/current/tests/run_make_tests.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/tests/run_make_tests.pl
r501 r900 191 191 sub print_usage 192 192 { 193 &print_standard_usage ("run_make_tests", "[-make_path make_pathname]"); 193 &print_standard_usage ("run_make_tests", 194 "[-make_path make_pathname] [-valgrind]",); 194 195 } 195 196 … … 229 230 local($index); 230 231 231 # Make sure we're in the C locale for those systems that support it,232 # so sorting, etc. is predictable.233 #234 $ENV{LANG} = 'C';235 236 232 # find the type of the port. We do this up front to have a single 237 233 # point of change if it needs to be tweaked.
Note:
See TracChangeset
for help on using the changeset viewer.

