VirtualBox

Changeset 1939 in kBuild


Ignore:
Timestamp:
Oct 26, 2008 1:41:32 AM (16 years ago)
Author:
bird
Message:

GNU Make tests: Modified scripts/features/se_explicit so it wont fail when make is built with NO_ARCHIVES defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/tests/scripts/features/se_explicit

    r969 r1939  
    66# TEST #0: Test handing of '$' in prerequisites with and without second
    77# expansion.
     8# bird: Modified this test to use ${PRE} instead of $(PRE) as it failes
     9#       when make is built with NO_ARCHIVES defined.
    810
    911run_make_test(q!
     
    1315foo$$bar: bar$$baz bar$$biz ; @echo '$@ : $^'
    1416PRE = one two
    15 bar$$baz: $$(PRE)
    16 baraz: $$(PRE)
     17bar$$baz: $${PRE}
     18baraz: $${PRE}
    1719PRE = three four
    1820.DEFAULT: ; @echo '$@'
    1921!,
    2022              '',
    21               "\$\nbar\$biz\nfoo\$bar : bar\$baz bar\$biz");
     23              "\${PRE}\nbar\$biz\nfoo\$bar : bar\$baz bar\$biz");
    2224
    2325run_make_test(undef, 'SE=1', "three\nfour\nbariz\nfoo\$bar : baraz bariz");
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