Re: Target Path Stripping Possible?

2009-06-08 Thread Tom Browder
On Sat, Jun 6, 2009 at 09:36, Paul Jarc wrote: > In that case: > % : >        cd $(MASTERDIR) && \ >        pwd=`$(MASTERDIR)/relative-pwd` && >        $(MAKE) RUNDIR="$${pwd?}" $@ ... Paul, you're on the right track. Now I have to customize it more. However, considering all the other options I

Re: Flex/Bison help!

2009-06-08 Thread kj
In k...@freefriends.org (Karl Berry) writes: >Is there a forum where I can get help with Flex & Bison? >help-f...@gnu.org, although I don't know how active it is. >Also see their site at (yuck) sourceforge. >For bison, help-bi...@gnu.org should work out. Thanks! kynn --

Re: Documentation for "cpp -E"

2009-06-08 Thread kj
In Henrik Carlqvist writes: >kj wrote: >> The documentation I've found for GNU cpp mentions "option -E" in >> several places, but I can't find any documentation for this option. >> Have I missed it somehow? Where can I find the documentation for >> this option? >From the man page of gcc: T