Changeset 2162 for trunk/src


Ignore:
Timestamp:
Dec 30, 2008, 1:11:44 AM (17 years ago)
Author:
bird
Message:

features/vpath: -j1 is required.

File:
1 edited

Legend:

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

    r969 r2162  
    4747&touch(@files_to_touch);
    4848
    49 &run_make_with_options($makefile,"",&get_logfile);
     49# kmk: this requires -j1 because of ordering.
     50&run_make_with_options($makefile,"-j1",&get_logfile);
    5051
    5152# Create the answer to what should be produced by this Makefile
Note: See TracChangeset for help on using the changeset viewer.