Ignore:
Timestamp:
Feb 1, 2007, 6:45:25 AM (18 years ago)
Author:
bird
Message:

New function: $(xargs)

File:
1 edited

Legend:

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

    r767 r821  
    10401040  && defined(CONFIG_WITH_STACK) \
    10411041  && defined(CONFIG_WITH_MATH) \
     1042  && defined(CONFIG_WITH_XARGS) \
    10421043  && defined(KMK_HELPERS)
    10431044  (void) define_variable ("KMK_FEATURES", 12,
     
    10461047                          " toupper tolower"
    10471048                          " comp-vars comp-cmds"
    1048                           " stack "
    1049                           " math-int "
     1049                          " stack"
     1050                          " math-int"
     1051                          " xargs"
    10501052                          " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one "
    10511053                          , o_default, 0);
     
    10661068#  if defined(CONFIG_WITH_MATH)
    10671069  strcat(buf, " math-int");
     1070#  endif
     1071#  if defined(CONFIG_WITH_XARGS)
     1072  strcat(buf, " xargs");
    10681073#  endif
    10691074#  ifdef KMK_HELPERS
Note: See TracChangeset for help on using the changeset viewer.