Module Name:    src
Committed By:   rin
Date:           Sat Jun 29 13:18:18 UTC 2024

Modified Files:
        src/sys/arch/i386/stand: Makefile.booters

Log Message:
i386: stand: Drop `*.rom` support; only used for netboot


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/arch/i386/stand/Makefile.booters

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/stand/Makefile.booters
diff -u src/sys/arch/i386/stand/Makefile.booters:1.98 src/sys/arch/i386/stand/Makefile.booters:1.99
--- src/sys/arch/i386/stand/Makefile.booters:1.98	Sat Jun 29 07:52:16 2024
+++ src/sys/arch/i386/stand/Makefile.booters	Sat Jun 29 13:18:18 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.booters,v 1.98 2024/06/29 07:52:16 rin Exp $
+#	$NetBSD: Makefile.booters,v 1.99 2024/06/29 13:18:18 rin Exp $
 
 NOLIBCSANITIZER=
 NOSANITIZER=
@@ -86,16 +86,6 @@ ${BASE}.sym: ${STARTFILE} ${OBJS} ${LIBS
 	${CC} -o ${BASE}.sym ${LDFLAGS} -Wl,-Ttext,${RELOC} \
 	    ${STARTFILE} ${OBJS} ${LIBLIST} >${BASE}.list
 
-CLEANFILES+= ${BASE}.rom ${BASE}.rom.tmp
-${BASE}.rom: ${STARTFILE} ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} ${LIBI386}
-	${_MKTARGET_LINK}
-	${CC} -o ${BASE}.sym ${LDFLAGS} -Wl,-Ttext,${RELOC} \
-	    ${STARTFILE} ${OBJS} ${LIBLIST} >${BASE}.list
-	${OBJCOPY} -O binary ${BASE}.sym ${BASE}.rom.tmp
-	${GENPROM} ${ROM_SIZE} < ${BASE}.rom.tmp > ${BASE}.rom || \
-	    ( rm -f ${BASE}.rom && false )
-	rm -f ${BASE}.rom.tmp
-
 CLEANFILES+= ${BASE}.com
 ${BASE}.com: ${STARTFILE} ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} ${LIBI386}
 	${_MKTARGET_LINK}

Reply via email to