summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 2.9Thomas Backlund2014-10-201-1/+1
|
* 2.8Thierry Vignaud2014-10-201-1/+1
|
* 2.7Thierry Vignaud2014-10-201-1/+1
|
* 2.6Thierry Vignaud2014-10-201-1/+1
|
* clean one more useless variableThierry Vignaud2014-10-201-2/+1
|
* 2.5Thierry Vignaud2014-06-181-1/+1
|
* 2.4Thierry Vignaud2014-06-161-1/+1
|
* fix building with "make -j24"Thierry Vignaud2014-06-161-0/+2
|
* 2.3Thierry Vignaud2014-06-151-1/+1
|
* kill $Id:$ tagsThierry Vignaud2014-06-071-2/+0
| | | | they're obsolete since switching from CVS/SVN to git...
* simplifyThierry Vignaud2014-05-181-2/+1
|
* fix "make -j"Thierry Vignaud2014-05-171-8/+15
| | | | inspirated by pok's changes @mdv
* further simplify through substitution referencesThierry Vignaud2014-05-141-3/+3
|
* simplify using filter functionThierry Vignaud2014-05-141-12/+1
|
* kill obsolete commentThierry Vignaud2014-05-131-21/+0
|
* 2.2Thierry Vignaud2014-04-281-1/+1
|
* 2.1Thierry Vignaud2014-02-281-1/+1
|
* simplify: drop $STAGE1_LIBCThierry Vignaud2013-11-121-5/+5
|
* simplify after previous commit: drop $DIETThierry Vignaud2013-11-121-9/+9
|
* support dynamic linking onlyThierry Vignaud2013-11-121-18/+0
|
* stage1: 2.0Colin Guthrie2013-11-061-1/+1
| | | | | Version bumped to represent the major change from previously (as was done for stage2)
* 1.83Anne Nicolas2013-10-291-1/+1
|
* stage1: Switch to a shared stage1.Colin Guthrie2013-10-291-7/+7
| | | | | | | | | | | Previously we would create a static stage1 for the installer, but as a dracut based initrd already includes glibc, there is very little advantage in this small, statically linked version. As a side note, it seems that if the initrd contains a /etc/modprobe.d/ folder (which can be the case with dracut) then dietlibc seems to return a ENOENT when calling readdir_r() on that folder (via the libkmod-config.c code).
* 1.82Thierry Vignaud2013-10-141-1/+1
|
* 1.81Thierry Vignaud2013-10-101-1/+1
|
* 1.80Thierry Vignaud2013-10-101-1/+1
|
* Remove svn support from MakefilesColin Guthrie2013-09-041-19/+1
| | | | | | | | | | | | This should leave us with a working tarballs in all cases. The perl-install/Makefile has been adjusted to do the same as the previous svn rules (regarding copying Makefiles and running a perl tidyup routine) The perl-install/install/Makefile has been adjusted to svn export the rpm srate info from meta-task package subversion. This requires an active network connection, but should result in the same tarball as before until this is factored out
* 1.79Thierry Vignaud2013-08-301-1/+1
|
* 1.78Thierry Vignaud2013-03-301-1/+1
|
* 1.77Thierry Vignaud2013-03-261-1/+1
|
* 1.76Thierry Vignaud2013-03-211-1/+1
|
* revert the extra buildtarget introduced in revision 7542Maarten Vanraes2013-03-141-8/+0
|
* - fix loading modules with "-" in their names (mga#9242)Maarten Vanraes2013-03-131-1/+9
| | | | - add an easy buildtarget for testing
* 1.74.1Thomas Backlund2013-03-021-1/+1
|
* 1.74Thierry Vignaud2013-02-271-1/+1
|
* kill bootsplash support (we drop bootsplash in kernel in 2008)Thierry Vignaud2013-02-261-3/+3
|
* kill firmware loader now that firmware are loaded by the kernelThierry Vignaud2012-12-211-5/+1
|
* 1.73Thierry Vignaud2012-09-171-1/+1
|
* add firmware loader written in C (based on hotplug2) (mga#6323)Thierry Vignaud2012-09-171-1/+5
|
* 1.72Thierry Vignaud2012-09-071-1/+1
|
* 1.71Thierry Vignaud2012-09-031-1/+1
|
* 1.70Thierry Vignaud2012-09-031-1/+1
|
* 1.69Thierry Vignaud2012-08-311-1/+1
|
* 1.68Thierry Vignaud2012-08-301-1/+1
|
* 1.67Thierry Vignaud2012-06-051-1/+1
|
* 1.66Thierry Vignaud2012-06-011-1/+1
|
* fix info messageThierry Vignaud2012-06-011-1/+1
|
* link against system libraries for newt & slang too (from mdv)Thierry Vignaud2012-06-011-3/+6
|
* link against system library for libsysfs (from mdv)Thierry Vignaud2012-06-011-17/+5
|
* disable (and thus hide) "KA server" option (mga#5944)Thierry Vignaud2012-06-011-2/+4
| | | | | | | it's useless since we stripped donw stage1 anyway. KA needs specialized/bloated image also saves 2kb from stage1