Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 100)

Ticket Resolution Summary Owner Reporter
#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:
   *, /, %
   +, -
   <<, >>
   <, <=, =>, >
   ==, !=
   &
   ^
   |
   &&
   ||
#49 fixed kmk: includedep doesn't strip newline when reading normal variables. bird bird
Description

Title says it all. Easy to spot in src/VBox/Installer/win by changing -include to includedep. Should be fixed on windows before 0.1.4, the other binaries doesn't need to be rebuilt.

Note: See TracQuery for help on using queries.