summaryrefslogtreecommitdiff
path: root/make/user-mode-linux.mk
AgeCommit message (Collapse)Author
2003-11-19automatically detect if we have a usable version of sedEric Andersen
installed. If not, we will now build our own version.
2003-11-18Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen
with lots of unwanted backup files with the letter "e" appended. -Erik
2003-11-13By popular demand, use 'sed' rather than 'perl' for doingEric Andersen
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,
2003-06-14Default to using a single fast sourceforge mirrorEric Andersen
2003-06-04Update user mode Linux targetEric Andersen
2003-03-04Rework things to ensure we are cross compiling. Teach problematicEric Andersen
apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
2003-01-17update handling of 'make'Eric Andersen
2003-01-07Update user-mode linux versionEric Andersen
2003-01-03Finx kernel dependancy problemEric Andersen
2003-01-01Update the toolchain build, per the latest in the standaloneEric Andersen
toolchain builders -Erik
2002-12-10Support building regular kernelsEric Andersen
2002-11-20Make use of wget consistant by using a WGET variableEric Andersen
2002-11-12Update buildroot for uClibc 0.9.16Eric Andersen
-Erik
2002-10-17Add openssl and openssh. Fix up UML kernel build.Eric Andersen
2002-09-30Update uml versionEric Andersen
2002-08-28Update to uClibc 0.9.15. decouple kernel, toolchain, and uClibc.Eric Andersen
-Erik
2002-07-12Fixup broken URLsEric Andersen
2002-07-03A number of updatesEric Andersen
2002-05-31Minor cleanupsEric Andersen
2002-04-26Major reworkEric Andersen