summaryrefslogtreecommitdiffstats
path: root/make/netkitbase.mk
Commit message (Collapse)AuthorAgeFilesLines
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-3/+3
| | | | installed. If not, we will now build our own version.
* Fix some more perl -> sed conversion problemsEric Andersen2003-11-181-2/+2
|
* Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen2003-11-181-3/+3
| | | | | 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-3/+3
| | | | | | 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,
* Lots and lots of changesEric Andersen2003-02-121-1/+1
|
* Change from using "TARGET_CC1" to just plan "TARGET_CC"Eric Andersen2003-01-191-4/+4
| | | | which is a bit more sensible.
* Fixup a couple of little buglets that snuck inEric Andersen2003-01-191-6/+4
|
* More bugfixesEric Andersen2003-01-191-19/+4
|
* Merge a bunch of stuff over from the tuxscreen buildroot, withEric Andersen2003-01-181-0/+74
many updates to make things be more consistant. -Erik