Changeset 284 in kBuild for branches/GNU/src/gmake/tests/scripts/options/dash-k
- Timestamp:
- May 16, 2005 4:54:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake/tests/scripts/options/dash-k
r53 r284 98 98 &compare_output($answer, &get_logfile(1)); 99 99 100 # TEST -- make sure we keep the error code if we can't create an included 101 # makefile. 102 103 run_make_test('all: ; @echo hi 104 include ifile 105 ifile: no-such-file; @false 106 ', 107 '-k', 108 "#MAKEFILE#:2: ifile: No such file or directory 109 #MAKE#: *** No rule to make target `no-such-file', needed by `ifile'. 110 #MAKE#: Failed to remake makefile `ifile'. 111 hi\n", 112 512); 113 100 114 1;
Note:
See TracChangeset
for help on using the changeset viewer.

