summaryrefslogtreecommitdiffstats
path: root/make/microcom.mk
Commit message (Collapse)AuthorAgeFilesLines
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-1/+1
| | | | 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-1/+1
| | | | | 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-1/+1
| | | | | | 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,
* Patch from Dana Soward so it works properlyEric Andersen2003-03-101-3/+2
|
* Merge a bunch of stuff over from the tuxscreen buildroot, withEric Andersen2003-01-181-0/+60
many updates to make things be more consistant. -Erik