VirtualBox

Ignore:
Timestamp:
May 16, 2005 4:54:08 PM (19 years ago)
Author:
bird
Message:

Current make snaphot, 2005-05-16.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake/tests/scripts/targets/SECONDARY

    r53 r284  
    109109unlink('source', 'final', 'intermediate');
    110110
     111
     112# TEST #8 -- test the "global" .SECONDARY, with .PHONY.
     113
     114touch('version2');
     115run_make_test('
     116.PHONY: version
     117.SECONDARY:
     118version2: version ; @echo GOOD
     119all: version2',
     120              'all', 'GOOD');
     121
     122unlink('version2');
     123
    111124# This tells the test driver that the perl test script executed properly.
    1121251;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette