Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 100)

Ticket Resolution Summary Owner Reporter
#46 fixed $(defined var) bird bird
Description

Add a new function $(defined ) that checks if the argument (one only) is defined as a variable or not.

#47 fixed kmk_install: make chmod and chown permission errors ignorable bird bird
Description

This is useful for build installation. --ignore-perm-errors and --no-ignore-perm-errors, the default is to ignore if not root.

#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:
   *, /, %
   +, -
   <<, >>
   <, <=, =>, >
   ==, !=
   &
   ^
   |
   &&
   ||
Note: See TracQuery for help on using queries.