Changeset 3300


Ignore:
Timestamp:
Oct 25, 2019, 4:54:11 PM (6 years ago)
Author:
bird
Message:

footer-pass1.kmk: Corrected build program no-install default. Was ignoring new properties for controlling installation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer-pass1.kmk

    r3121 r3300  
    240240define def_pass1_bldprog
    241241# set NOINST if not forced installation before doing the usual stuff.
    242 ifndef $(target)_INST
     242ifndef $(target)_INSTTYPE
     243 ifndef $(target)_INST
     244  ifndef $(target)_STAGE
    243245$(target)_INSTTYPE := none
     246  endif
     247 endif
    244248endif
    245249$(evalvalctx def_pass1_link_common)
Note: See TracChangeset for help on using the changeset viewer.