Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 100)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#15 wontfix GCC*: mri scripts (ar) must deal correctly with '+' in paths of input/output files bird bird
Description

The paths must be quoted. This requires a better hack for the $(APPEND) invocations creating the script.

#18 fixed Implement support for .l and .y files bird bird
Description

.l is flex input and spits out a .c file. While .y is for yacc/bison and spits out y.tab.c and y.tab.h (yacc) in the current directory. Since the .y files generate headers, they must be executed before any object files are made as it's not possible to predict which depends on the generated header and which doesn't. The name of the .h file should be configurable, but the default should use the input filename sans extension. Because yacc cannot control where it puts the output or what it's called, the rule has to be added to .NOTPARALLEL.

#6 fixed Make it possible to install kBuild in the traditional unix fashion bird bird
Description

Install the binaries to /usr/bin or /usr/local/bin. Find kBuild make scripts in /usr/[local/]shared/kBuild by default using a builtin default PATH_KBUILD.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.