Changeset 3409 for trunk/Config.kmk


Ignore:
Timestamp:
Aug 13, 2020, 11:49:06 AM (5 years ago)
Author:
bird
Message:

kash: Generate the signal names at compile time rather than lazily at runtime. This should be more efficient, though may cause trouble if cross building.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r3175 r3409  
    422422
    423423#
     424# Template for build programs.
     425# This currently does not do cross compilation, sorry.
     426#
     427TEMPLATE_BLD = Build program to be executed during the build but not installed.
     428TEMPLATE_BLD_EXTENDS = BIN
     429
     430
     431#
    424432# Library macros.
    425433#
Note: See TracChangeset for help on using the changeset viewer.