According to the CVS log, it was an "Attempt at fixing a few warnings." I have no idea whether it succeeded. Looks rather strange to me.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2003-06-01 08:54: Subject: '-g' is forbidden in paths...
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?
/ David Hedbor