aboutsummaryrefslogtreecommitdiffstats
path: root/make/tinyx.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-128/+0
| | | | directory.
* Fix a silly bugEric Andersen2004-07-161-1/+1
|
* Erik Karu writes:Eric Andersen2004-06-281-3/+4
| | | | | | | | | | | | | | Hi, this patch seems to be needed to compile tinyx with latest buildroot. Btw, any ideas isn't there anyone else using tinyx if I'm first to submit this obvious patch? Cheers, EK.
* 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,
* Thomas Cameron writes:Eric Andersen2003-11-121-0/+2
| | | | | | this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch.
* Merge a bunch of stuff over from the tuxscreen buildroot, withEric Andersen2003-01-181-0/+125
many updates to make things be more consistant. -Erik