Changeset 1937 for trunk/src/kmk/tests/scripts
- Timestamp:
- Oct 26, 2008, 1:33:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/tests/scripts/features/default_names
r969 r1937 13 13 # DOS/WIN32 platforms preserve case, but Makefile is the same file as makefile. 14 14 # Just test what we can here (avoid Makefile versus makefile test). 15 # bird: made this generic, darwin is also defaulting to case insensitive fs. 15 16 16 if ($port_type eq 'UNIX' ) {17 if ($port_type eq 'UNIX' && !$case_insensitive_fs) { 17 18 # Create another makefile called "makefile" 18 19 open(MAKEFILE,"> makefile"); … … 31 32 unlink $makefile; 32 33 33 if ($port_type eq 'UNIX' ) {34 if ($port_type eq 'UNIX' && !$case_insensitive_fs) { 34 35 &run_make_with_options("","",&get_logfile); 35 36 &compare_output("It chose makefile\n",&get_logfile(1));
Note:
See TracChangeset
for help on using the changeset viewer.