Custom Query (100 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 100)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
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.

#16 fixed Add CLEAN attrib to all target bird bird
Description

Needed especially on the install targets.

#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.

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