summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2017-08-17 05:24:09 +0000
committerjasper <jasper@openbsd.org>2017-08-17 05:24:09 +0000
commit0f31143b14e504360de04cc82c19dee1e525aff1 (patch)
treedc29faf49ba353745de82a5c995b2fddb59a696e
parentMake dwiic(4) attach its ACPI parent dependencies. (diff)
downloadwireguard-openbsd-0f31143b14e504360de04cc82c19dee1e525aff1.tar.xz
wireguard-openbsd-0f31143b14e504360de04cc82c19dee1e525aff1.zip
add two more strips
-rw-r--r--distrib/alpha/bsd.rd/Makefile3
-rw-r--r--distrib/alpha/common/Makefile.inc3
2 files changed, 4 insertions, 2 deletions
diff --git a/distrib/alpha/bsd.rd/Makefile b/distrib/alpha/bsd.rd/Makefile
index 3e0ea0e950a..46e761ae2aa 100644
--- a/distrib/alpha/bsd.rd/Makefile
+++ b/distrib/alpha/bsd.rd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.26 2017/08/12 19:41:16 jasper Exp $
+# $OpenBSD: Makefile,v 1.27 2017/08/17 05:24:09 jasper Exp $
TOP= ${.CURDIR}/..
@@ -29,6 +29,7 @@ bsd.rd: bsd.rd_unz
bsd.rd_unz: bsd ${IMAGE} rdsetroot
cp bsd bsd.rd_unz
${.OBJDIR}/rdsetroot bsd.rd_unz ${IMAGE}
+ strip -R .SUNW_ctf bsd.rd_unz
bsd:
cd ${.CURDIR}/../../../sys/arch/alpha/compile/${RAMDISK} && \
diff --git a/distrib/alpha/common/Makefile.inc b/distrib/alpha/common/Makefile.inc
index 33fa66a0c5f..984f3ebbd43 100644
--- a/distrib/alpha/common/Makefile.inc
+++ b/distrib/alpha/common/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.31 2017/08/12 19:41:16 jasper Exp $
+# $OpenBSD: Makefile.inc,v 1.32 2017/08/17 05:24:09 jasper Exp $
TOP= ${.CURDIR}/..
@@ -71,6 +71,7 @@ bsd.gz: bsd.rd
bsd.rd: bsd ${IMAGE} rdsetroot
cp bsd bsd.rd
${.OBJDIR}/rdsetroot bsd.rd ${IMAGE}
+ strip -R .SUNW_ctf bsd.rd
bsd:
cd ${.CURDIR}/../../../sys/arch/alpha/compile/${RAMDISK} && \