mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Make it build the ROMs and boot1a.bin so it makes the description
file on how to make an image.
This commit is contained in:
parent
0395bedb60
commit
4384ae3526
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120323
1 changed files with 24 additions and 0 deletions
24
net/etherboot/files/patch-ae
Normal file
24
net/etherboot/files/patch-ae
Normal file
|
@ -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)
|
Loading…
Add table
Reference in a new issue