VirtualBox

Changeset 1122 in kBuild for trunk/src/kmk/variable.c


Ignore:
Timestamp:
Sep 25, 2007 6:16:26 AM (17 years ago)
Author:
bird
Message:

Added as $(file-size ) function while at it.

File:
1 edited

Legend:

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

    r1121 r1122  
    10381038  && defined (CONFIG_WITH_SET_CONDITIONALS) \
    10391039  && defined (CONFIG_WITH_DATE) \
     1040  && defined (CONFIG_WITH_FILE_SIZE) \
    10401041  && defined (KMK_HELPERS)
    10411042  (void) define_variable ("KMK_FEATURES", 12,
     
    10521053                          " set-conditionals"
    10531054                          " date"
     1055                          " file-size"
    10541056                          " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one "
    10551057                          , o_default, 0);
     
    10901092  strcat (buf, " date");
    10911093#  endif
     1094#  if defined (CONFIG_WITH_FILE_SIZE)
     1095  strcat (buf, " file-size");
     1096#  endif
    10921097#  if defined (KMK_HELPERS)
    10931098  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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette