summaryrefslogtreecommitdiffstats
path: root/loader/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert loader/ to Makefile.amDavid Cantrell2009-06-091-158/+0
|
* IBM improvements to linuxrc.s390 (#475350)David Cantrell2009-05-061-1/+4
| | | | | IBM has reworked linuxrc.s390 to provide a better initial configuration experience for users.
* Add iBFT support to loaderMartin Sivak2009-02-121-2/+2
|
* Revert "Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)"Jeremy Katz2009-01-081-1/+1
| | | | | | This reverts commit 89652b6fbe65e5e7922d743a99b07104d071ef42. This patch was not reviewed on the list and does not fix any emergency build breakage. Thus, per policy is being reverted.
* Port the dlabel feature from RHEL5 bug #316481 into Fedora (#436951)Martin Sivak2009-01-081-1/+1
|
* Add libnm_glib CFLAGS and LIBS to loader's Makefile.David Cantrell2008-12-171-3/+3
|
* We already have _GNU_SOURCE defined in Makefile.incDavid Cantrell2008-12-051-1/+1
| | | | Do not define _GNU_SOURCE in loader/Makefile again.
* Use strverscmp() from glibc in place of rpmvercmp()David Cantrell2008-12-051-1/+1
| | | | | We are linking with glibc now, so use strverscmp() in place of the rpmvercmp() function in loadermisc.c.
* And clean up the tr/ directory while we're at it.Chris Lumens2008-09-111-2/+2
|
* We don't build things statically anymore.Chris Lumens2008-09-111-4/+3
|
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+156
|
* remove old loader dir. for referencing, go back to anaconda-8-0-branchJeremy Katz2003-01-071-254/+0
|
* utf-8 by defaultMatt Wilson2002-12-121-1/+1
|
* ppc needs to use gzlib with dietJeremy Katz2002-10-231-0/+3
|
* ppc build fixesJeremy Katz2002-10-231-1/+1
|
* make ppc use dietJeremy Katz2002-10-231-2/+19
| | | | | | define memcmp and memset instead of depending on implicit declarations patches from dan burcaw (dburcaw@terrasoftsolutions.com)
* loader builds... pull forward only a very small amount of the changes from theJeremy Katz2002-10-221-0/+5
| | | | 7.1 ppc for now
* * don't use minilibc on x86_64 for nowJeremy Katz2002-09-241-14/+5
| | | | | | * just build a loader binary for x86_64 * always use minislang/mininewt since we don't get "working" text mode line drawing chars otherwise
* use umount2 instead of umountbefore.libdir.changesJeremy Katz2002-09-121-0/+18
| | | | everything builds on hammer now...
* pass diet down into kon2 so that we can build kon2 on both diet and non-diet ↵Jeremy Katz2002-09-111-1/+1
| | | | platforms
* merge ia64 changes to HEADJeremy Katz2002-09-091-5/+11
|
* use mininewtBill Nottingham2002-08-161-4/+7
|
* do LFSMike Fulbright2002-08-071-1/+1
|
* merge ia64 branch bits to have dns work in non-diet loadersJeremy Katz2002-07-291-0/+2
|
* don't need to define -ggdb, we already get -g from COPTS (#64332)Jeremy Katz2002-07-021-1/+1
|
* move version/release definitions into Makefile.inc so that they can be ↵Jeremy Katz2002-07-021-2/+0
| | | | pulled in and used in the loader's version string and the like
* get the easy bits of the merge first.... hampton loader and isys directoriesJeremy Katz2002-04-191-6/+3
| | | | should be fine since I had originally just copied them into hampton from head :)
* merge using zlib for stage2 instead of gzlibJeremy Katz2002-03-121-3/+3
|
* dohMike Fulbright2002-02-221-2/+2
|
* new mediacheck screens and support for enhanced stamp filesMike Fulbright2002-02-221-2/+2
|
* use kernel-pcmcia-cs for the pcmcia stuff for the loaderJeremy Katz2002-02-221-2/+1
|
* moved s/390 module-info stuff to main module-info fileJeremy Katz2002-01-071-2/+2
|
* merge most of the s/390 loader changes. as with the last batch, an emailJeremy Katz2001-12-271-2/+7
| | | | about these will be coming soon
* don't build kon versions of anythingErik Troan2001-12-161-47/+10
|
* enabled telnet ability in loader-networkErik Troan2001-12-161-1/+1
|
* anaconda.spec.in: require modutils-develMatt Wilson2001-12-111-3/+1
| | | | | | | | | | | isys/Makefile: don't build any of the stuff in modutils/ loader/Makefile: link against the system modutils loader/dietstubs.c: implement __rawmemchr loader/minilibc.h: add declaration to make things build with current kernel headers po/Makefile: no more gnome-map po/anaconda.pot: regenerate utils/Makefile link against the system modutils
* let's kill this before ewt removes the files :)Jeremy Katz2001-11-161-1/+0
|
* added mediacheckMike Fulbright2001-11-161-2/+2
|
* changes for dietlibcErik Troan2001-11-131-35/+62
|
* removed extraneous commentErik Troan2001-10-171-1/+0
|
* revMatt Wilson2001-08-091-1/+1
|
* add s390/s390x patchesr0-9-1laroche2001-07-201-0/+10
|
* use -Os, not -OBill Nottingham2001-06-221-2/+2
|
* revert S390 changesKarsten Hopp2001-06-201-10/+0
|
* rules for s390Karsten Hopp2001-06-201-0/+10
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-7/+8
| | | | | added telnet server support (not turned on) along with support for cramfs'd files in many places
* kudzustubs was a bad idea -- bill put this same idea into libkudzu_loaderErik Troan2000-12-121-1/+1
|
* added kudzustubsErik Troan2000-12-121-1/+1
|
* merge from anaconda-7-0-alpha-branchMatt Wilson2000-12-051-1/+5
|
* merge in stuff from ia64 branchBill Nottingham2000-11-301-8/+15
|