VirtualBox

Ignore:
Timestamp:
Mar 12, 2018 7:32:29 PM (7 years ago)
Author:
bird
Message:

Imported make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6) from https://git.savannah.gnu.org/git/make.git.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current/tests/scripts/variables/SHELL

    r2596 r3138  
    7171              '', $out);
    7272
     73# Do it again but add spaces to SHELLFLAGS
     74
     75# Some shells (*shakes fist at Solaris*) cannot handle multiple flags in
     76# separate arguments.
     77my $t = `/bin/sh -e -c true 2>/dev/null`;
     78my $multi_ok = $? == 0;
     79
     80if ($multi_ok) {
     81    $flags = '-x -c';
     82    run_make_test(qq!
     83.SHELLFLAGS = $flags
     84all: ; \@$script
     85!,
     86              '', $out);
     87}
     88
    7389# We can't just use "false" because on different systems it provides a
    7490# different exit code--once again Solaris: false exits with 255 not 1
     
    8298all: ; \@$script
    8399!,
    84               '', "$out#MAKE#: *** [all] Error $err\n", 512);
     100              '', "$out#MAKE#: *** [#MAKEFILE#:3: all] Error $err\n", 512);
    85101
    861021;
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