Changeset 3138 in kBuild for vendor/gnumake/current/tests/scripts/features/patternrules
- Timestamp:
- Mar 12, 2018 7:32:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/tests/scripts/features/patternrules
r2596 r3138 111 111 ', 112 112 "dir=$dir", 113 "#MAKE#: *** [ $dir/foo.bar] Error 1",113 "#MAKE#: *** [#MAKEFILE#:6: $dir/foo.bar] Error 1", 114 114 512); 115 115 … … 204 204 !, 205 205 'foo.tex', 206 "#MAKE#: *** No rule to make target `foo.tex'. Stop.", 512);206 "#MAKE#: *** No rule to make target 'foo.tex'. Stop.", 512); 207 207 208 208 unlink(@f); … … 223 223 # This tells the test driver that the perl test script executed properly. 224 224 1; 225 226 ### Local Variables: 227 ### eval: (setq whitespace-action (delq 'auto-cleanup whitespace-action)) 228 ### End:
Note:
See TracChangeset
for help on using the changeset viewer.

