From 67c1785793947a6bc379181f4d506e8ef0cbaaf1 Mon Sep 17 00:00:00 2001 From: Sebastien Marie Date: Sat, 13 Feb 2021 18:39:41 +0000 Subject: distrib: remove STRIPOPTS variable from alpha and sparc64 Makefile ok deraadt@ danj@ --- distrib/sparc64/miniroot/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'distrib/sparc64') diff --git a/distrib/sparc64/miniroot/Makefile b/distrib/sparc64/miniroot/Makefile index c3d950c71b0..2d8c924bc6e 100644 --- a/distrib/sparc64/miniroot/Makefile +++ b/distrib/sparc64/miniroot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2020/05/18 06:20:44 otto Exp $ +# $OpenBSD: Makefile,v 1.24 2021/02/13 18:39:40 semarie Exp $ FS= miniroot${OSrev}.img FSSIZE= 6400 @@ -11,8 +11,6 @@ RAMDISK= RAMDISK LISTS= ${.CURDIR}/list UTILS= ${.CURDIR}/../../miniroot -STRIPOPTS= -R .SUNW_ctf - MRDISKTYPE= rdroot MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=4096 @@ -62,7 +60,7 @@ ${CDROM}: bsd.rd ${FS} bsd.gz: bsd.rd objcopy -Sg -R .comment bsd.rd bsd.strip - strip ${STRIPOPTS} bsd.strip + strip -R .SUNW_ctf bsd.strip gzip -9cn bsd.strip > bsd.gz bsd.rd: mr.fs bsd -- cgit v1.2.3