Changeset 22140


Ignore:
Timestamp:
Jul 29, 2017, 8:57:04 PM (8 years ago)
Author:
dmik
Message:

kmk: Support overriding INST_BIN.

This is necessary for RPM install.

Location:
trunk/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/tools/impdef/Makefile.kmk

    r21939 r22140  
    1010
    1111# @todo: the need of this for BLDPROGS looks like a kBuild bug to me
    12 impdef_INST         = bin/
     12impdef_INST         = $(STAGE_BIN)
    1313impdef_INSTTYPE     = stage
    1414
  • TabularUnified trunk/tools/wrc/Makefile.kmk

    r21939 r22140  
    1616
    1717# @todo: the need of this for BLDPROGS looks like a kBuild bug to me
    18 winerc_INST         = bin/
     18winerc_INST         = $(STAGE_BIN)
    1919winerc_INSTTYPE     = stage
    2020
Note: See TracChangeset for help on using the changeset viewer.