summaryrefslogtreecommitdiff
path: root/gpxe/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* gPXE: build with NO_WERROR=1H. Peter Anvin2008-10-091-1/+1
| | | | | | | | -Werror is great for development, but is really bad for production where one may encounter a number of different toolchains. This causes diagnostic warnings to get promoted to build failures. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* gpxe/Makefile: don't remove gpxelinux.0 for "make dist"H. Peter Anvin2008-06-271-1/+1
| | | | | After all, "make dist" is about producing the wrapped binaries for release.
* Fix "make clean", "make installer"H. Peter Anvin2008-06-271-1/+1
| | | | | | | | | | - "make clean" should not clean up things that "make installer" cannot regenerate. - "make installer" should not descend into subdirectories which are target only, e.g. com32 and sample. The Linux platform stuff in com32 is old and bitrotted, and was only for debugging in the first place. Just ignore it.
* gpxe: Separate rules for undionly.kpxe and gpxelinux.0H. Peter Anvin2008-06-271-3/+5
| | | | | To avoid confusion during subdirectory make, make the undionly.kpxe -> gpxelinux.0 conversion an explicit rule.
* Shut up gpxe Makefiles when making spotlessH. Peter Anvin2008-05-291-1/+1
| | | | gpxe Makefiles are just way too loud, especially when just cleaning up.
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-0/+37
Move source files out of the root directory; the root is a mess and has become virtually unmaintainable. The Syslinux core now lives in core/; the Linux and generic utilities has moved into utils/, and copybs.com has moved into dos/; it had to go somewhere, and it seemed as good a place as any.