Changeset 3057


Ignore:
Timestamp:
Apr 8, 2007, 8:50:42 PM (18 years ago)
Author:
bird
Message:

Speed up when using kmk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/libc-0.6/src/emx/templates.smak

    r2203 r3057  
    5151
    5252# defined used by def_lib_ar to add a module to the script file. (blank line is imporant!)
     53ifdef KMK_VERSION
     54define def_lib_ar_addmod
     55        @kmk_builtin_append $$@.ar-script "ADDMOD $(x)"
     56       
     57endef
     58else
    5359define def_lib_ar_addmod
    5460        echo "ADDMOD $(x)" >> $$@.ar-script
    5561       
    5662endef
     63endif
    5764
    5865# The rule for building an archive with imports
Note: See TracChangeset for help on using the changeset viewer.