/[make]/make/tests/scripts/targets/SECONDARY
ViewVC logotype

Diff of /make/tests/scripts/targets/SECONDARY

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

revision 1.4 by psmith, Fri Mar 28 06:31:45 2003 UTC revision 1.5 by psmith, Fri Apr 8 12:51:21 2005 UTC
# Line 108  $answer = "$make_name: `final' is up to Line 108  $answer = "$make_name: `final' is up to
108    
109  unlink('source', 'final', 'intermediate');  unlink('source', 'final', 'intermediate');
110    
111    
112    # TEST #8 -- test the "global" .SECONDARY, with .PHONY.
113    
114    touch('version2');
115    run_make_test('
116    .PHONY: version
117    .SECONDARY:
118    version2: version ; @echo GOOD
119    all: version2',
120                  'all', 'GOOD');
121    
122    unlink('version2');
123    
124  # This tells the test driver that the perl test script executed properly.  # This tells the test driver that the perl test script executed properly.
125  1;  1;

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

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