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/options/dash-k

    r53 r284  
    9898&compare_output($answer, &get_logfile(1));
    9999
     100# TEST -- make sure we keep the error code if we can't create an included
     101# makefile.
     102
     103run_make_test('all: ; @echo hi
     104include ifile
     105ifile: no-such-file; @false
     106',
     107              '-k',
     108              "#MAKEFILE#:2: ifile: No such file or directory
     109#MAKE#: *** No rule to make target `no-such-file', needed by `ifile'.
     110#MAKE#: Failed to remake makefile `ifile'.
     111hi\n",
     112              512);
     113
    1001141;
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