
The bane of my FreeBSD existance
What is up with ^M codes? I am assuming that this an end of line delimiter
(like say an ascii(13) or so) but why does FreeBSD appear to have such a
difficult time ignoring them. I have been running into Makefile's that are
loaded with them. In order to get my FreeBSD box to install the app I must
remove every ^M code in the Makefile or the make will fail. Is there a way
to get FreeBSD to just ignore these codes at the end of each line in a
script?