Ignore:
Timestamp:
Nov 2, 2008, 2:18:47 AM (17 years ago)
Author:
bird
Message:

kmk: Added a $(intersects set-a, set-b) function to complement the if1of/ifn1of conditionals. Fixes #56.

File:
1 edited

Legend:

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

    r2011 r2021  
    12171217                          " explicit-multitarget"
    12181218                          " prepend-assignment"
    1219                           " set-conditionals"
     1219                          " set-conditionals intersects"
    12201220                          " date"
    12211221                          " file-size"
     
    12611261#  endif
    12621262#  if defined (CONFIG_WITH_SET_CONDITIONALS)
    1263   strcat (buf, " set-conditionals");
     1263  strcat (buf, " set-conditionals intersects");
    12641264#  endif
    12651265#  if defined (CONFIG_WITH_DATE)
Note: See TracChangeset for help on using the changeset viewer.