summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 2007-07-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-07-261-0/+2
| | | | | | * anaconda.spec: Bump version * Makefile: Grab files here rather than in the spec file
* * lang-table-kon: Remove obsolete lang-table-kon mapBill Nottingham2007-06-181-1/+0
| | | | * Makefile: Likewise
* 2007-05-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-05-051-1/+1
| | | | * anaconda.spec: Bump version.
* 2007-03-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-201-4/+4
| | | | | | | * liveinst/: Add bits for live CD hard drive installation kick off to anaconda for now. * anaconda.spec: Likewise. * Makefile: Likewise.
* Move tags if they exist for people that forget to commit before the work day ↵anaconda-11.2.0.34-1David Cantrell2007-03-081-1/+1
| | | | is "over".
* * xmouse.c: Removed, not used anymore.David Cantrell2007-02-141-5/+1
| | | | * Makefile: Remove xmouse targets.
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-4/+4
| | | | | | | | | * Makefile.inc (M32FLAGS): Make it trivial to do a 32bit build on a 64bit host * wlite/GNUmakefile (CDFLAGS): Use M32FLAGS * isomd5sum/Makefile (CFLAGS): Use -fPIC
* * anaconda (doStartupX11Actions): Set a selection if we're usingJeremy Katz2007-01-181-2/+2
| | | | | | mini-wm so that we can tell later * xutils.c (getXatom): Add support for seeing if a selection is set * Makefile (xutils.so): Need gdk for this
* - Fix wide character support (#196099, #186701)Peter Jones2006-06-291-1/+1
|
* 2006-06-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-091-0/+5
| | | | | | | | * Makefile: Build and install gptsync on x86. * gptsync/: Add gptsync code from refit (http://refit.sf.net) until I get parted to do this. Slightly modified to default to Linux native parts and not to prompt.
* more brew fixageJeremy Katz2006-06-071-1/+1
|
* 2006-06-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-071-1/+1
| | | | | | * anaconda.spec: Bump version * Makefile (build): Switch to brew
* * Makefile: Added api doxygen target.David Cantrell2006-05-301-0/+3
| | | | | * docs/api.cfg: Doxygen configuration file for generating anaconda API documentation.
* Sync up libunicode-lite with wcstubs and build it as a static library toChris Lumens2006-01-241-1/+1
| | | | link into the loader (#178386).
* Removed locale-list.Chris Lumens2005-06-281-7/+3
|
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-131-3/+3
| | | | | | | | | | | | | | | * 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.
* 2005-04-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-021-2/+2
| | | | | | * anaconda.spec: Bump version. * Makefile: Fix makefile deps and clean target.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-2/+0
| | | | | | | | | | | | | | | | | | * anaconda: Remove essentially unused config file data code, product.img basically supplanted this. * Makefile: Likewise. * cmdline.py: Likewise. * gui.py: Likewise. * text.py: Likewise. * dispatch.py: Likewise. * instdata.py: Likewise. * splashscreen.py: Likewise. * iw/welcome_gui.py: Likewise. * textw/welcome_text.py: Likewise. * anaconda.conf: Remove file. * configFileData.py: Likewise. * readConfigFile.py: Likewise.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-3/+0
| | | | | | | | | | | | * constants.py: Make bugzilla URL more changeable. * iw/xconfig_gui.py (XConfigWindow.getNext): Likewise. * packages.py (betaNagScreen): Likewise. * hdrlist.py (GroupSet.__main__): Nuke some dead code. * Makefile (DESTDIR): Likewise. * image.py (findIsoImages): Genericize comment. * loader2/urlinstall.c: Likewise.
* fix cvsroot settingJeremy Katz2005-03-241-1/+1
|
* ... without the typoPeter Jones2005-03-221-1/+1
|
* make it possible to override CVSROOTPeter Jones2005-03-221-1/+1
|
* suppress warning for CVSROOT if this is a CVS exportPeter Jones2005-03-021-1/+1
| | | | add more files to the changelog for gcc4 stuff.
* make the makefile figure out its own CVSROOTanaconda-10.2.0.24-1Peter Jones2005-03-021-0/+1
|
* Add -D_FORTIFY_SOURCE=2 everywhere. Let's see if it actually works...Peter Jones2005-03-021-3/+3
| | | | | Also, make genhdlist.o build with -Wno-return-type, because rpm's headers and gcc4 don't get along.
* 2005-01-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-01-131-1/+1
| | | | * Makefile (SUBDIRS): Add ui subdir.
* 2004-09-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-241-0/+2
| | | | | | | | | | * loader2/Makefile (VERSION): Define VERSION. * Makefile: Define VERSION and RELEASE here. * Makefile.inc (VERSION): * Makefile.inc (RELEASE): Move to Makefile
* 2004-09-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-211-1/+5
| | | | * Makefile: Get 'make build' working with build system changes.
* remove non-needed setting of SNAPRELEASEJeremy Katz2004-09-211-2/+3
| | | | remove the tarball once we have an srpm
* start converting build targets to work with dist cvs. revert back toJeremy Katz2004-09-211-27/+3
| | | | | old make src target. get rid of snap*, move to anaconda.spec instead of .spec.in (build to include bumped version + changelog)
* Improve make local to create a clear tarballPaul Nasrat2004-07-051-2/+3
|
* more fixageJeremy Katz2004-06-301-1/+4
|
* more fixesJeremy Katz2004-06-251-1/+1
|
* actually run bhcJeremy Katz2004-06-251-1/+1
|
* use new nifty build from cvs stuff for build and snapbuild targetsJeremy Katz2004-06-251-4/+12
|
* beehive-srpm, take fiveJeremy Katz2004-06-251-1/+1
|
* beehive-srpm, take four (specdir)Jeremy Katz2004-06-251-1/+1
|
* beehive-srpm, take threeJeremy Katz2004-06-251-2/+2
|
* beehive-srpm, take twoJeremy Katz2004-06-251-1/+3
|
* start trying to make it so we can make beehive-build anacondaJeremy Katz2004-06-251-0/+3
|
* smarter handling of cvsrootJeremy Katz2004-05-211-2/+3
|
* fix build with xorg-x11, I hopeanaconda-9.91-1Jeremy Katz2004-03-171-1/+1
|
* xkb stuff isn't used anymoreJeremy Katz2003-11-071-5/+1
|
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-4/+4
| | | | | | | | | | | | | | 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
* more shenanigansJeremy Katz2003-01-211-3/+8
|
* productname and productversion are now defined by passing args to buildinstallJeremy Katz2003-01-131-4/+1
| | | | | | | | so that we don't have them hard coded in the package. they end up in /.buildstamp along with the timestamp for the image. add support for substituting @RHL@ and @RHLVER@ in the help with the product name or version to avoid having to change the help unless its needed
* add build and snapbuild targets, use with 'make COLLECTION=foo ↵Jeremy Katz2002-12-311-0/+7
| | | | (snapbuild|build)' just like with pkgs cvs
* always enter stubs dir. but don't build libbz2 stub on ia64 stillJeremy Katz2002-12-181-6/+2
|
* nuke minislang and mininewtJeremy Katz2002-12-181-3/+1
|
* call the right script name...Jeremy Katz2002-12-171-1/+1
|