summaryrefslogtreecommitdiffstats
path: root/utils/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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 newJeremy 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
|
* changes for new rpmdb libraryErik Troan2001-06-201-3/+5
|
* fixed buildingMike Fulbright2001-03-071-1/+1
|
* update clean ruleMike Fulbright2001-02-151-1/+1
|
* use two part header listsErik Troan2001-02-101-2/+2
|
* add a tag for orderingMatt Wilson2001-01-171-1/+1
|
* hj patch.9Mike Fulbright2000-06-201-1/+1
|
* fix linkingMatt Wilson2000-06-191-1/+1
|