Ignore:
Timestamp:
Mar 18, 2008, 11:52:45 PM (17 years ago)
Author:
bird
Message:

USE_KOBJCACHE -> KBUILD_USE_KOBJCACHE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r1416 r1418  
    838838   export KBUILD_VERBOSE := 2
    839839  endif
     840 endif
     841endif
     842
     843
     844#
     845# Legacy variable translation.
     846# These will be eliminated when switching to the next version.
     847#
     848ifdef USE_KOBJCACHE
     849 ifndef KBUILD_USE_KOBJCACHE
     850  export KBUILD_USE_KOBJCACHE := $(USE_KOBJCACHE)
    840851 endif
    841852endif
Note: See TracChangeset for help on using the changeset viewer.