diff options
author | ambrisko <ambrisko@FreeBSD.org> | 2004-10-27 16:35:03 +0000 |
---|---|---|
committer | ambrisko <ambrisko@FreeBSD.org> | 2004-10-27 16:35:03 +0000 |
commit | 47614905aa82b589999c33f7c72ba90ea2f2ba69 (patch) | |
tree | 7956f1d3cdfcf9348efbf4b2ebca34aec8107413 /net/etherboot | |
parent | fa7f5d69a2f82e939c0b1821b732c820da5d3502 (diff) | |
download | FreeBSD-ports-47614905aa82b589999c33f7c72ba90ea2f2ba69.zip FreeBSD-ports-47614905aa82b589999c33f7c72ba90ea2f2ba69.tar.gz |
Make it build the ROMs and boot1a.bin so it makes the description
file on how to make an image.
Diffstat (limited to 'net/etherboot')
-rw-r--r-- | net/etherboot/files/patch-ae | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/etherboot/files/patch-ae b/net/etherboot/files/patch-ae new file mode 100644 index 0000000..0cfc306 --- /dev/null +++ b/net/etherboot/files/patch-ae @@ -0,0 +1,24 @@ +diff -upr work/etherboot-5.2.4/src/Makefile.main Makefile.main +--- work/etherboot-5.2.4/src/Makefile.main Sun Feb 22 17:26:09 2004 ++++ Makefile.main Wed Oct 27 09:03:18 2004 +@@ -96,7 +96,7 @@ + # -DINCLUDE_NATSEMI - Include NATSEMI support + # + +-all: $(UTILS) $(BUILD_LIBS) allimgs ++all: $(UTILS) $(BUILD_LIBS) allroms + + SRCS:= + BOBJS:= +diff -upr work/etherboot-5.2.4/src/arch/i386/Makefile arch/i386/Makefile +--- work/etherboot-5.2.4/src/arch/i386/Makefile Wed Oct 27 09:04:03 2004 ++++ arch/i386/Makefile Wed Oct 27 09:02:05 2004 +@@ -84,7 +84,7 @@ ROMLIMIT:=$(shell perl -e 'printf("%d\n" + + include $(BIN)/Roms + +-allroms: $(BUILD_ROMS) $(DISKLOADER) ++allroms: $(BUILD_ROMS) $(DISKLOADER) bin/boot1a.bin + allelfs: $(BUILD_ELFS) + allpxes: $(BUILD_PXES) + allcoms: $(BUILD_COMS) |