aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.housekeeping
AgeCommit message (Expand)AuthorFilesLines
2009-05-27[build] Add -fno-dwarf2-cfi-asm to CFLAGS if supported by the gcc in useMichael Brown1-0/+10
2009-05-18[legal] Add licence.pl and %.licence make targetMichael Brown1-1/+19
2009-04-18[build] Automatically sort the list of constituent object sizesMichael Brown1-1/+2
2009-04-18[build] Provide mechanism for listing constituent object sizesMichael Brown1-0/+2
2009-04-17[build] Kill off the multiple-object-per-source-file mechanismMichael Brown1-17/+1
2009-04-17[build] Provide mechanism for listing per-target source filesMichael Brown1-0/+28
2009-04-16[build] Pad .rom, .dsk, and .hd images to 512-byte boundariesMichael Brown1-0/+1
2009-03-31[build] Don't assume the existence of "seq"Michael Brown1-1/+9
2009-03-31[efi] Allow building with non-system libbfdMichael Brown1-4/+6
2009-03-31[build] Add --divide to ASFLAGS if supported by the assemblerMichael Brown1-0/+8
2009-03-27[build] Avoid always rebuilding bin/embedded.oMichael Brown1-2/+2
2009-03-26[build] Enable building with the Intel C compiler (icc)Michael Brown1-8/+76
2009-02-24[image] Allow for zero embedded imagesMichael Brown1-4/+0
2009-02-16[build] Allow NO_WERROR=1 to inhibit --fatal-warnings as well as -WerrorMichael Brown1-1/+1
2009-02-16[image] Allow multiple embedded imagesMichael Brown1-9/+33
2009-02-15[build] Treat warnings as errors in assembly filesMichael Brown1-0/+1
2009-01-08[efi] Add efirom utility and .efirom image formatMichael Brown1-2/+9
2009-01-07[efi] Use elf2efi utility in place of efilinkMichael Brown1-4/+9
2008-11-19[build] Explicitly link efilink against -libertyMichael Brown1-1/+1
2008-10-17[build] Fix building on FreeBSDMichael Brown1-0/+8
2008-10-13[efi] Add EFI image format and basic runtime environmentMichael Brown1-0/+9
2008-10-10[makefile] Add -Wformat-nonliteral as an extra warning categoryMichael Brown1-1/+1
2008-10-10[makefile] Inhibit warnings if AUTO_DEPS or MEDIA_DEPS are empty listsMichael Brown1-0/+4
2008-10-10[makefile] Add missing dependency on arch/$(ARCH)/Makefile to MAKEDEPSMichael Brown1-0/+1
2008-10-08[makefile] Split config.h out into config/*.h and kill off mkconfig.plMichael Brown1-8/+0
2008-10-08[makefile] Add support for multiple build platformsMichael Brown1-103/+310
2008-10-01[makefile] Fix -fno-stack-protector test on older versions of gccMichael Brown1-1/+2
2008-10-01[release] Update version to 0.9.5+ post releaseMarty Connor1-1/+1
2008-10-01[release] Update version to 0.9.5 for releasev0.9.5Marty Connor1-2/+2
2008-09-30[makefile] Avoid using ?=H. Peter Anvin1-4/+4
2008-09-26[release] Update version post release to 0.9.4+Marty Connor1-1/+1
2008-09-26[release] Update version information for 0.9.4 releasev0.9.4Marty Connor1-2/+2
2008-07-24[makefile] Suppress "No such file or directory" warnings at start of buildMichael Brown1-2/+2
2008-06-30[Config] remove src/ConfigH. Peter Anvin1-1/+1
2008-06-06[Makefile] Add "+" to end of version string for git-generated imagesMarty Connor1-1/+1
2008-06-06[Makefile] Use .PRECIOUS instead of .SECONDARY for bin/%.tmp targetsMichael Brown1-1/+1
2008-06-05[util] config-local.h to avoid accidental commitsStefan Hajnoczi1-2/+2
2008-04-23[Makefile] Quick hack: always define pci_{vendor,device}_idMichael Brown1-2/+2
2008-03-24[Makefile] Use -MM instead of -M in dependency generationMichael Brown1-1/+1
2008-02-14Make tarball generation quieterv0.9.3Marty Connor1-1/+1
2008-02-14Updated $(VERSION) for release. Change tarball generation.Marty Connor1-14/+19
2008-01-08Added the embedded pxelinux payload patch from hpa.Michael Brown1-0/+8
2008-01-07Use .SECONDARY instead of .PRECIOUS for bin/%.tmp targets.Michael Brown1-1/+1
2007-12-28Retain some intermediate object files, suggested by Geert Stappers and Alexey...Marty Connor1-0/+3
2007-12-15Autodetect whether or not we need to be using -fno-stack-protector.Michael Brown1-0/+8
2007-12-07Yet another attempt to autodetect an appropriate "echo -e".Michael Brown1-11/+31
2007-12-08Another (hopefully more robust) attempt to find a usable substituteMichael Brown1-7/+28
2007-12-07Try to fix echo-detection to work on all systems that provide anyMichael Brown1-0/+5
2007-09-09Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown1-73/+65
2007-09-08Use "/bin/echo -e" instead of shell builtin echo; some shells don'tMichael Brown1-73/+65