summaryrefslogtreecommitdiffstats
path: root/make/user-mode-linux.mk
Commit message (Collapse)AuthorAgeFilesLines
* Due to alphabetizing, the uml stuff was pulled in after uclibc.mkEric Andersen2004-04-121-66/+0
| | | | | | causing problems. Newer uml messes up sigcontext.h and is a pain to build anyways. So kill it for now. It is trivial to build for stock i386 and then boot the generated root_fs using uml.
* 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,
* Default to using a single fast sourceforge mirrorEric Andersen2003-06-141-2/+2
|
* Update user mode Linux targetEric Andersen2003-06-041-2/+3
|
* Rework things to ensure we are cross compiling. Teach problematicEric Andersen2003-03-041-0/+2
| | | | | apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
* update handling of 'make'Eric Andersen2003-01-171-4/+4
|
* Update user-mode linux versionEric Andersen2003-01-071-1/+1
|
* Finx kernel dependancy problemEric Andersen2003-01-031-1/+1
|
* Update the toolchain build, per the latest in the standaloneEric Andersen2003-01-011-43/+35
| | | | | toolchain builders -Erik
* Support building regular kernelsEric Andersen2002-12-101-0/+4
|
* Make use of wget consistant by using a WGET variableEric Andersen2002-11-201-2/+2
|
* Update buildroot for uClibc 0.9.16Eric Andersen2002-11-121-0/+1
| | | | -Erik
* Add openssl and openssh. Fix up UML kernel build.Eric Andersen2002-10-171-1/+1
|
* Update uml versionEric Andersen2002-09-301-2/+2
|
* Update to uClibc 0.9.15. decouple kernel, toolchain, and uClibc.Eric Andersen2002-08-281-0/+9
| | | | -Erik
* Fixup broken URLsEric Andersen2002-07-121-1/+1
|
* A number of updatesEric Andersen2002-07-031-1/+1
|
* Minor cleanupsEric Andersen2002-05-311-3/+6
|
* Major reworkEric Andersen2002-04-261-0/+54