-# $OpenBSD: Makefile,v 1.18 2021/01/05 15:10:40 deraadt Exp $
+# $OpenBSD: Makefile,v 1.19 2021/02/13 18:39:40 semarie Exp $
FS= miniroot${OSrev}.img
FSSIZE= 5760
LISTS= ${.CURDIR}/list
UTILS= ${.CURDIR}/../../miniroot
-STRIPOPTS= -R .eh_frame -R .SUNW_ctf -R .shstrtab
-
MRDISKTYPE= rdroot
MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=8192
bsd.gz: bsd.rd
objcopy -Sg -R .comment bsd.rd bsd.strip
- strip ${STRIPOPTS} bsd.strip
+ strip -R .eh_frame -R .SUNW_ctf -R .shstrtab bsd.strip
gzip -9cn bsd.strip > bsd.gz
bsd.rd: mr.fs bsd
instbin: instbin.mk instbin.cache instbin.c
${MAKE} -f instbin.mk SRCLIBDIR=${.CURDIR}/../../../lib all
- strip ${STRIPOPTS} instbin
+ strip -R .eh_frame -R .SUNW_ctf -R .shstrtab instbin
instbin.conf: ${LISTS}
awk -f ${UTILS}/makeconf.awk ${LISTS} > instbin.conf
-# $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
LISTS= ${.CURDIR}/list
UTILS= ${.CURDIR}/../../miniroot
-STRIPOPTS= -R .SUNW_ctf
-
MRDISKTYPE= rdroot
MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=4096
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