Ignore:
Timestamp:
Jan 19, 2007, 3:27:11 AM (19 years ago)
Author:
bird
Message:

$(APPEND) -n file line1 line2 line3

File:
1 edited

Legend:

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

    r764 r767  
    10421042  && defined(KMK_HELPERS)
    10431043  (void) define_variable ("KMK_FEATURES", 12,
     1044                          "append-dash-n "
    10441045                          "abspath abspathex"
    10451046                          " toupper tolower"
     
    10471048                          " stack "
    10481049                          " math-int "
    1049                           " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one"
     1050                          " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one "
    10501051                          , o_default, 0);
    10511052# else /* MSC can't deal with strings mixed with #if/#endif, thus the slow way. */
    1052   strcpy(buf, "abspath");
     1053  strcpy(buf, "append-dash-n abspath");
    10531054#  if defined(CONFIG_WITH_ABSPATHEX)
    10541055  strcat(buf, " abspathex");
Note: See TracChangeset for help on using the changeset viewer.