Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 100)

Ticket Resolution Summary Owner Reporter
#103 fixed kmk: Add host OS version variables bird bird
Description

Adding a set of variables for exposing the host (kernel) version would be nice.

#48 fixed kmk: Implement better if conditionals bird bird
Description

Implement if conditional expression along the lines of C / BSD make / nmake.

The statement is simply if. The operators are all the ones from C that make sense and a few additional make specific ones.

unary:
   defined, target, bool, num,  str
   +, -, ~, !
binary:
   *, /, %
   +, -
   <<, >>
   <, <=, =>, >
   ==, !=
   &
   ^
   |
   &&
   ||
#71 fixed kmk: add basic string manipulation functions bird bird
Description

$(substr ), $(insert ), $(pos ), $(lastpos ) and $(translate ) are missing. See the quick reference for details.

Note: See TracQuery for help on using queries.