Module Name:    src
Committed By:   rin
Date:           Sat Jun 29 08:06:56 UTC 2024

Modified Files:
        src/sys/arch/sgimips/stand/boot: Makefile
        src/sys/arch/sgimips/stand/boot64: Makefile
Removed Files:
        src/sys/arch/sgimips/stand/common: getopt.c

Log Message:
sgimips: stand: Switch to libsa/getopt, NFCI


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/sgimips/stand/boot/Makefile
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sgimips/stand/boot64/Makefile
cvs rdiff -u -r1.3 -r0 src/sys/arch/sgimips/stand/common/getopt.c

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/sgimips/stand/boot/Makefile
diff -u src/sys/arch/sgimips/stand/boot/Makefile:1.21 src/sys/arch/sgimips/stand/boot/Makefile:1.22
--- src/sys/arch/sgimips/stand/boot/Makefile:1.21	Tue Jan  1 19:41:05 2019
+++ src/sys/arch/sgimips/stand/boot/Makefile	Sat Jun 29 08:06:56 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.21 2019/01/01 19:41:05 christos Exp $
+#	$NetBSD: Makefile,v 1.22 2024/06/29 08:06:56 rin Exp $
 
 
 # Don't strip the ECOFF'ed version on install -- strip gets confused by that,
@@ -7,7 +7,7 @@
 STRIPFLAG=
 
 SRCS=	start.S boot.c bootinfo.c conf.c devopen.c putchar.c getchar.c \
-	getopt.c disk.c arcbios_calls.S
+	disk.c arcbios_calls.S
 
 PROG=	aoutboot
 ${PROG}: ip2xboot ip3xboot

Index: src/sys/arch/sgimips/stand/boot64/Makefile
diff -u src/sys/arch/sgimips/stand/boot64/Makefile:1.14 src/sys/arch/sgimips/stand/boot64/Makefile:1.15
--- src/sys/arch/sgimips/stand/boot64/Makefile:1.14	Sat Apr  8 19:53:22 2017
+++ src/sys/arch/sgimips/stand/boot64/Makefile	Sat Jun 29 08:06:56 2024
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.14 2017/04/08 19:53:22 christos Exp $
+#	$NetBSD: Makefile,v 1.15 2024/06/29 08:06:56 rin Exp $
 
 PROG=	ip30boot
 NOMAN=	# defined
 
 SRCS=	start.S boot.c bootinfo.c conf.c devopen.c putchar.c getchar.c \
-	getopt.c disk.c arcbios_calls.S
+	disk.c arcbios_calls.S
 
 
 CLEANFILES+=	boot.map

Reply via email to