summaryrefslogtreecommitdiffstats
path: root/make/perl.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove perl. It doesn't work, and seems to be a supportEric Andersen2004-03-181-60/+0
| | | | problem magnet. So kill it.
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-5/+5
| | | | installed. If not, we will now build our own version.
* Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen2003-11-181-5/+5
| | | | | with lots of unwanted backup files with the letter "e" appended. -Erik
* By popular demand, use 'sed' rather than 'perl' for doingEric Andersen2003-11-131-5/+5
| | | | | | search and replace stuff. Hopefully we do not have any perl specific regexs that will be broken by this change, but it seems to be working thus far anyways,
* Strip the perl binaryEric Andersen2003-06-281-0/+4
|
* Add support for building perlEric Andersen2003-06-281-0/+56