This brilliant code:
CFLAGS="`echo $(CFLAGS) | sed -e 's/-g//g' -e 's/-W[^ ]*//g'`" \
In the GL and GTK Makefile.in's don't do what you'd want them to do when your directory is named, for example:
/mnt/disk3/src/pike/7.4/build/linux-2.4.20-gaming-r3-i686
What are the reasons for the forced removal of -g and other stuff anyway?
pike-devel@lists.lysator.liu.se