Changeset 2059


Ignore:
Timestamp:
Nov 6, 2008, 12:52:05 AM (16 years ago)
Author:
bird
Message:

footer.kmk: can use strict_unsafe with -j1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/kBuild/footer.kmk

    r2058 r2059  
    34503450
    34513451ifeq ($(_KBUILD_STRICT_PASS_ORDER),strict)
    3452  ifndef KBUILD_SAFE_PARALLEL
     3452 if !defined(KBUILD_SAFE_PARALLEL) || "$(KMK_OPT_JOBS)" == "1"
    34533453_KBUILD_STRICT_PASS_ORDER := strict_unsafe
    34543454 endif
Note: See TracChangeset for help on using the changeset viewer.