VirtualBox

Ignore:
Timestamp:
Oct 29, 2008 12:37:51 AM (16 years ago)
Author:
bird
Message:

Merged in current GNU Make code (CVS from 2008-10-28). Ref #55.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/tests/scripts/targets/INTERMEDIATE

    r1973 r1993  
    5757# TEST #3
    5858# kmk+fast: differs because of different hashing.
     59# kmk: suspect the -j1 actually hides a bug, 'cp bar.f bar.e' is executed twice.
    5960
    60 &run_make_with_options($makefile,'foo.c',&get_logfile);
     61&run_make_with_options($makefile,'-j1 foo.c',&get_logfile);
    6162$answer = "cp foo.f foo.e\ncp bar.f bar.e\ncat foo.e bar.e > foo.c\n"
    6263        . (!$is_kmk && !$is_fast ? "rm bar.e foo.e\n" : "rm foo.e bar.e\n");
     
    7172# TEST #5
    7273# kmk+fast: differs because of different hashing.
     74# kmk: suspect the -j1 actually hides a bug, 'cp bar.f bar.e' is executed twice.
    7375
    7476&utouch(-10, 'foo.c');
    7577&touch('foo.f');
    7678
    77 &run_make_with_options($makefile,'foo.c',&get_logfile);
     79&run_make_with_options($makefile,'-j1 foo.c',&get_logfile);
    7880$answer = "cp foo.f foo.e\ncp bar.f bar.e\ncat foo.e bar.e > foo.c\n"
    7981        . (!$is_kmk && !$is_fast ? "rm bar.e foo.e\n" : "rm foo.e bar.e\n");
Note: See TracChangeset for help on using the changeset viewer.

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