Changeset 284 in kBuild for branches/GNU/src/gmake/tests/scripts/targets/SECONDARY
- Timestamp:
- May 16, 2005 4:54:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake/tests/scripts/targets/SECONDARY
r53 r284 109 109 unlink('source', 'final', 'intermediate'); 110 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 111 124 # This tells the test driver that the perl test script executed properly. 112 125 1;
Note:
See TracChangeset
for help on using the changeset viewer.

