VirtualBox

Ignore:
Timestamp:
Jun 19, 2012 10:44:52 PM (12 years ago)
Author:
bird
Message:

gnumake/current -> 3.82-cvs.

Location:
vendor/gnumake/current
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current

    • Property svn:ignore deleted
  • vendor/gnumake/current/tests

    • Property svn:ignore deleted
  • vendor/gnumake/current/tests/scripts/functions/shell

    • Property svn:eol-style set to LF
    r501 r2596  
    1212
    1313
     14# Test unescaped comment characters in shells.  Savannah bug #20513
     15if ($all_tests) {
     16    run_make_test(q!
     17FOO := $(shell echo '#')
     18foo: ; echo '$(FOO)'
     19!,
     20              '', "#\n");
     21}
     22
    1423# Test shells inside exported environment variables.
    1524# This is the test that fails if we try to put make exported variables into
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