summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
Commit message (Expand)AuthorAgeFilesLines
* [build] Explicitly link efilink against -libertyMichael Brown2008-11-191-1/+1
* [build] Fix building on FreeBSDMichael Brown2008-10-171-0/+8
* [efi] Add EFI image format and basic runtime environmentMichael Brown2008-10-131-0/+9
* [makefile] Add -Wformat-nonliteral as an extra warning categoryMichael Brown2008-10-101-1/+1
* [makefile] Inhibit warnings if AUTO_DEPS or MEDIA_DEPS are empty listsMichael Brown2008-10-101-0/+4
* [makefile] Add missing dependency on arch/$(ARCH)/Makefile to MAKEDEPSMichael Brown2008-10-101-0/+1
* [makefile] Split config.h out into config/*.h and kill off mkconfig.plMichael Brown2008-10-081-8/+0Star
* [makefile] Add support for multiple build platformsMichael Brown2008-10-081-103/+310
* [makefile] Fix -fno-stack-protector test on older versions of gccMichael Brown2008-10-011-1/+2
* [release] Update version to 0.9.5+ post releaseMarty Connor2008-10-011-1/+1
* [release] Update version to 0.9.5 for releasev0.9.5Marty Connor2008-10-011-2/+2
* [makefile] Avoid using ?=H. Peter Anvin2008-09-301-4/+4
* [release] Update version post release to 0.9.4+Marty Connor2008-09-261-1/+1
* [release] Update version information for 0.9.4 releasev0.9.4Marty Connor2008-09-261-2/+2
* [makefile] Suppress "No such file or directory" warnings at start of buildMichael Brown2008-07-241-2/+2
* [Config] remove src/ConfigH. Peter Anvin2008-06-301-1/+1
* [Makefile] Add "+" to end of version string for git-generated imagesMarty Connor2008-06-061-1/+1
* [Makefile] Use .PRECIOUS instead of .SECONDARY for bin/%.tmp targetsMichael Brown2008-06-061-1/+1
* [util] config-local.h to avoid accidental commitsStefan Hajnoczi2008-06-051-2/+2
* [Makefile] Quick hack: always define pci_{vendor,device}_idMichael Brown2008-04-231-2/+2
* [Makefile] Use -MM instead of -M in dependency generationMichael Brown2008-03-241-1/+1
* Make tarball generation quieterv0.9.3Marty Connor2008-02-141-1/+1
* Updated $(VERSION) for release. Change tarball generation.Marty Connor2008-02-141-14/+19
* Added the embedded pxelinux payload patch from hpa.Michael Brown2008-01-081-0/+8
* Use .SECONDARY instead of .PRECIOUS for bin/%.tmp targets.Michael Brown2008-01-071-1/+1
* Retain some intermediate object files, suggested by Geert Stappers and Alexey...Marty Connor2007-12-281-0/+3
* Autodetect whether or not we need to be using -fno-stack-protector.Michael Brown2007-12-151-0/+8
* Yet another attempt to autodetect an appropriate "echo -e".Michael Brown2007-12-071-11/+31
* Another (hopefully more robust) attempt to find a usable substituteMichael Brown2007-12-081-7/+28
* Try to fix echo-detection to work on all systems that provide anyMichael Brown2007-12-071-0/+5
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-09-091-73/+65Star
|\
| * Use "/bin/echo -e" instead of shell builtin echo; some shells don'tMichael Brown2007-09-091-73/+65Star
* | Add the possibility to create .o files from arbitrary binary blobs.Michael Brown2007-09-061-0/+9
|/
* allpxes allroms alldsks fixes from VampyreMarty Connor2007-08-301-2/+3
* Allow legacy "make bin/etherboot.%".Michael Brown2007-08-231-0/+5
* Fix building on distros which use dash as the default shell.Michael Brown2007-08-181-2/+10
* Build the all-driver images by default, and print instructions for usage.Michael Brown2007-08-101-1/+1
* Define -DOBJECT when generating Makefile rules, for consistency.Michael Brown2007-07-241-2/+2
* Use objdump -t for symcheck; it allows us to take the symbol sectionMichael Brown2007-07-171-1/+1
* Compressed ROM images now work.Michael Brown2007-07-161-4/+22
* Split the objcopy stage out of final image preparation to a separateMichael Brown2007-07-161-3/+10
* Hopefully solve the problem requiring the occasional "rm -rf bin/deps".Michael Brown2007-07-101-1/+2
* Re-added symtab to CLEANUP listMichael Brown2007-07-071-0/+2
* Revert "Cope with builds with differing debug options within a second of each"Michael Brown2007-07-071-8/+15
* Cope with builds with differing debug options within a second of eachMichael Brown2007-07-041-15/+8Star
* Add gpxe-tarball target to create clean release tarballsMarty Connor2007-03-021-1/+18
* Made most of the build much quieterMichael Brown2007-01-311-5/+19
* Allow truly arbitrary debug levels to be specified via DEBUG=Michael Brown2007-01-181-1/+2
* Make VERSION_MAJOR for gPXE be 0Marty Connor2006-08-091-1/+1
* Added bin/.blib.list to VERYCLEANUP so .bin directory is made emptyMarty Connor2006-06-291-0/+2