Ignore:
Timestamp:
Oct 1, 2007, 7:15:26 AM (18 years ago)
Author:
bird
Message:

Added a $(which ) function. takes any number of args, with or without commas between them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/variable.c

    r1162 r1171  
    10391039  && defined (CONFIG_WITH_DATE) \
    10401040  && defined (CONFIG_WITH_FILE_SIZE) \
     1041  && defined (CONFIG_WITH_WHICH) \
    10411042  && defined (KMK_HELPERS)
    10421043  (void) define_variable ("KMK_FEATURES", 12,
     
    10541055                          " date"
    10551056                          " file-size"
     1057                          " which"
    10561058                          " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one "
    10571059                          , o_default, 0);
     
    10951097  strcat (buf, " file-size");
    10961098#  endif
     1099#  if defined (CONFIG_WITH_WHICH)
     1100  strcat (buf, " which");
     1101#  endif
    10971102#  if defined (KMK_HELPERS)
    10981103  strcat (buf, " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one");
Note: See TracChangeset for help on using the changeset viewer.