Changeset 3140 in kBuild for trunk/src/kmk/tests/scripts/features/patternrules
- Timestamp:
- Mar 14, 2018 9:28:10 PM (7 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/scripts/features/patternrules (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk
-
Property svn:mergeinfo
set to
/vendor/gnumake/current merged eligible
-
Property svn:mergeinfo
set to
-
trunk/src/kmk/tests/scripts/features/patternrules
r2591 r3140 112 112 "dir=$dir", 113 113 (!$is_kmk) ? 114 "#MAKE#: *** [ $dir/foo.bar] Error 1":114 "#MAKE#: *** [#MAKEFILE#:6: $dir/foo.bar] Error 1": 115 115 "#MAKE#: *** [$dir/foo.bar] Error 1" . ' 116 116 The failing command: … … 208 208 !, 209 209 'foo.tex', 210 "#MAKE#: *** No rule to make target `foo.tex'. Stop.", 512);210 "#MAKE#: *** No rule to make target 'foo.tex'. Stop.", 512); 211 211 212 212 unlink(@f); … … 227 227 # This tells the test driver that the perl test script executed properly. 228 228 1; 229 230 ### Local Variables: 231 ### eval: (setq whitespace-action (delq 'auto-cleanup whitespace-action)) 232 ### End:
Note:
See TracChangeset
for help on using the changeset viewer.

