/[make]/make/tests/scripts/features/patternrules
ViewVC logotype

Diff of /make/tests/scripts/features/patternrules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by psmith, Mon Jun 27 22:18:47 2005 UTC revision 1.6 by psmith, Mon Jul 4 03:51:00 2005 UTC
# Line 23  a: void Line 23  a: void
23    
24  # 1 - existing file  # 1 - existing file
25  %.1: void  %.1: void
26          @false          @exit 1
27  %.1: #MAKEFILE#  %.1: #MAKEFILE#
28          @true          @exit 0
29    
30  # 2 - phony  # 2 - phony
31  %.2: void  %.2: void
32          @false          @exit 1
33  %.2: 2.phony  %.2: 2.phony
34          @true          @exit 0
35  .PHONY: 2.phony  .PHONY: 2.phony
36    
37  # 3 - implicit-phony  # 3 - implicit-phony
38  %.3: void  %.3: void
39          @false          @exit 1
40  %.3: 3.implicit-phony  %.3: 3.implicit-phony
41          @true          @exit 0
42    
43  3.implicit-phony:  3.implicit-phony:
44  ',  ',
# Line 110  $(dir)/foo.bar: Line 110  $(dir)/foo.bar:
110    
111  ',  ',
112  "dir=$dir",  "dir=$dir",
113  "make: *** [$dir/foo.bar] Error 1",  "#MAKE#: *** [$dir/foo.bar] Error 1",
114  512);  512);
115    
116  unlink("$dir/foo.bar");  unlink("$dir/foo.bar");

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26