summaryrefslogtreecommitdiffstats
path: root/utils/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert utils/ to Makefile.amDavid Cantrell2009-06-091-90/+0
|
* Remove old content from utils/David Cantrell2009-02-201-11/+2
| | | | Remove old content from utils/Makefile, remove hash.c and hash.h.
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-1/+1
|
* Support booting from FCP-attached CD/DVD drive on s390 (#184648)David Cantrell2008-07-171-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The s390 can boot El Torito CD or DVD images iff they are attached by zFCP, used as the IPL device, and contain a specially formatted boot image on the disc. IBM provided the tool to combobulate the boot image together and a description of the desired execution path. When you boot on s390, the linuxrc.s390 will look to see if you IPL'ed from a CD or DVD. If you did, it will ask if you also want to install from that device. If you answer yes (y, Y, or any case spelling of 'yes'), the script will bring the IPL device online so the kernel assigns it a device name. Then it skips over the network configuration and starts you in to loader. If you tell it no or did not IPL from a CD or DVD, it'll launch the missiles--wait, no, I mean you get the normal network installation questions before loader starts. I have no way to test this as it requires the following changes: (1) Rel-eng needs to build s390x media with -no-emul-boot and specify the new cdboot.img file on that platform. I have already contacted rel-eng about making this change. (2) I don't have a CD-ROM drive in my mainframe. IBM does and testing is all falling on them. IBM knows this...maybe. I explain all of this like anyone else on the team will ever get a chance to experience it. So there you have it. A letter opener.
* Remove obsolete bits that we no longer need with module trees.Bill Nottingham2007-12-191-9/+2
|
* Add license boilerplates to Makefiles.David Cantrell2007-12-171-0/+19
| | | | | | | | All Makefiles have a standard RH license boilerplate. Existing copyright ranges have been expanded out to list each year, since you are supposed to do that for license boilerplates (ranges aren't valid). Any existing authors mentioned are listed under the Red Hat Author(s) part.
* * utils/genmodinfo: New file, utility to generate module-info on the flyBill Nottingham2007-08-031-0/+1
| | | | | | * utils/Makefile: Install genmodinfo. * scripts/mk-images: Use genmodinfo. * loader2/module-info, loader2/Makefile: Kill it dead.
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-1/+0
| | | | | | | | | | * isys/Makefile (_isys.so): Use LDFLAGS * loader2/Makefile (loader): Likewise. * stubs/Makefile ($(LIBUTF8)): Likewise. * Makefile: Likewise. * isomd5sum/Makefile (CFLAGS): Use common CFLAGS and LDFLAGS; use LDFLAGS everywhere * utils/Makefile: Use common LDFLAGS
* * scripts/mk-images.s390: Use the size of the actual initrd.img forDavid Cantrell2006-09-111-2/+12
| | | | | | the value in initrd.size. * utils/Makefile: Only build and install geninitrdsz on zSeries.
* * utils/geninitrdsz.c: Added util to generate the initrd.size fileDavid Cantrell2006-09-111-2/+6
| | | | | | | | | | | needed on zSeries (#197773). * utils/Makefile: Compile geninitrdsz, install to anaconda-runtime. * scripts/mk-images: Define GENINITRDSZ command. * scripts/mk-images.s390: Generate initrd.size for each s390 tree build.
* Remove genhdlistPaul Nasrat2006-01-301-12/+2
|
* * utils/Makefile: Adjust for changed/removes filesBill Nottingham2005-09-091-4/+1
|
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-131-1/+1
| | | | | | | | | | | | | | | * Makefile Makefile.inc mini-wm.c xmouse.c xutils.c isys/Makefile isys/isys.c isys/lang.c isys/smp.c isys/uncpio.c isys/gzlib/Makefile isys/gzlib/inflate.c loader2/Makefile loader2/driverdisk.c loader2/driverselect.c loader2/hdinstall.c loader2/init.c loader2/kickstart.c loader2/loader.c loader2/loadermisc.c loader2/moduleinfo.h loader2/modules.c loader2/net.c loader2/nfsinstall.c loader2/telnet.c loader2/undomounts.c loader2/urlinstall.c utils/Makefile utils/genhdlist.c utils/mapshdr.c utils/snarffont.c: Define cflags in one place (Makefile.inc) and use a consistent set everywhere. Fix up some of the compile warnings this uncovered. Also fix a few more things that -Wextra turned up.
* Add -D_FORTIFY_SOURCE=2 everywhere. Let's see if it actually works...Peter Jones2005-03-021-4/+12
| | | | | Also, make genhdlist.o build with -Wno-return-type, because rpm's headers and gcc4 don't get along.
* add pciid trimming hereBill Nottingham2004-10-211-0/+1
|
* clean up .depend file, tooKarsten Hopp2004-06-031-1/+1
|
* add trimusbmap (based on trimmodmap) to trim a modules.usbmap. I soJeremy Katz2004-05-171-0/+1
| | | | should have just written this in python...
* no more modutils-develJeremy Katz2003-12-171-3/+1
|
* merge from taroon branch. product.img stuff, md can be modular, lots ofJeremy Katz2003-07-161-0/+1
| | | | little things across the board
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-2/+2
| | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting
* merge from taroon. fixes driver disks, side effect of pulling in newanaconda-9.0.92-1Jeremy Katz2003-06-121-2/+2
| | | | buildinstall stuff
* ok this doesnt act like a comment like I somehow thought it wouldMike Fulbright2003-05-191-1/+0
|
* work around binutils issue for nowMike Fulbright2003-05-191-1/+2
|
* we need to use -lpthread now to. thanks you very much nptl rpmJeremy Katz2003-01-061-1/+1
|
* port genhdlist to rpm 4.2. go back to building it and installing itJeremy Katz2003-01-061-2/+2
|
* make things build with loader/isys movement of stuffJeremy Katz2002-12-031-11/+18
|
* more genhdlist removalJeremy Katz2002-11-011-1/+1
|
* remove genhdlist from building for now (librpm404 has been deprecated)Jeremy Katz2002-11-011-1/+1
|
* nix from the makefile tooJeremy Katz2002-08-071-10/+1
|
* don't explicitly strip things. add readmap and mapshdr to the list of ↵Jeremy Katz2002-07-151-6/+8
| | | | things which are installed
* tweakage to link against librpm-4.0.4Jeremy Katz2002-06-101-7/+4
|
* don't try to install genhdlist right now eitherJeremy Katz2002-05-211-1/+1
|
* don't build genhdlist until we're ready to go with rpm 4.1; tree building ↵Jeremy Katz2002-05-171-1/+1
| | | | uses the one on porkchop anyway
* make it build againMatt Wilson2002-05-061-4/+3
|
* fixesJeremy Katz2002-04-221-1/+1
|
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-0/+12
| | | | work now, at least in gui. text mode might, though
* merge using zlib for stage2 instead of gzlibJeremy Katz2002-03-121-6/+6
|
* we need this now for some reasonJeremy Katz2002-01-261-1/+1
|
* everything here doesn't need to use rpmlib so only use it when neededJeremy Katz2002-01-251-4/+4
|
* anaconda.spec.in: require modutils-develMatt Wilson2001-12-111-3/+2
| | | | | | | | | | | 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
* build our own modules.o that's not dietJeremy Katz2001-12-051-2/+6
|
* we really want a non-diet libisys for post-install (or we have to make sure ↵Jeremy Katz2001-12-031-3/+0
| | | | we don't get weird interactions between the diet isys and the glibc everything else we use)
* we only have the libisys-diet.a on i386 now...Jeremy Katz2001-11-161-2/+7
|
* more fixups for gzlibJeremy Katz2001-11-131-1/+2
|
* rpm 4.0.3 againJeremy Katz2001-06-201-3/+3
|
* moddeps doesn't need a db lib, this should get genhdlist building happyJeremy Katz2001-06-201-3/+3
|
* wrong db version?Mike Fulbright2001-06-201-2/+2
|
* need db1 too, until we rev rpm upMatt Wilson2001-06-201-2/+2
|
* back to good ole db-3.2 until new rpm landsMatt Wilson2001-06-201-2/+2
|
* rpmdb isn't here yetMatt Wilson2001-06-201-2/+2
|