Flex and ylwrap -- outmoded?

2008-04-23 Thread Mike Mueller
es of flex. Hopefully you guys can pull flex out of the special category of programs that need ylwrapping, so that in the future, people will be able to use flex more naturally. Thanks, Mike -- Mike Mueller [EMAIL PROTECTED]

Re: preprocessor output target

2008-06-05 Thread Mike Mueller
On Thu, Jun 05, 2008 at 09:19:31AM -0700, Brian Dessent wrote: > If you are using gcc then you can add -save-temps to CFLAGS, e.g. > > rm init.o && make CFLAGS="-save-temps -g -O2" > > Assuming that everything else in the build dir was up-to-date at that > point, this will rebuild just init.o but