diff options
author | Sebastien Marie <semarie@cvs.openbsd.org> | 2021-02-13 18:44:19 +0000 |
---|---|---|
committer | Sebastien Marie <semarie@cvs.openbsd.org> | 2021-02-13 18:44:19 +0000 |
commit | 6e65d62b8031e9048da3442adc6246af1cf02221 (patch) | |
tree | b23e760e0072c7b03ed092501915c83b145c6dbf /distrib/loongson | |
parent | 638f47e6aa03f0febc5ea87da96d5215e9ff5572 (diff) |
distrib: remove duplicate strip(1) calls
"strip -R section" command run "strip" (without option) as well.
there is no need to call both.
(binaries checked with sha1)
original diff from danj@
ok deraadt@
Diffstat (limited to 'distrib/loongson')
-rw-r--r-- | distrib/loongson/ramdisk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/loongson/ramdisk/Makefile b/distrib/loongson/ramdisk/Makefile index b236a4f07ca..4e5775a407b 100644 --- a/distrib/loongson/ramdisk/Makefile +++ b/distrib/loongson/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2020/05/17 17:04:27 deraadt Exp $ +# $OpenBSD: Makefile,v 1.28 2021/02/13 18:44:18 semarie Exp $ FS= miniroot${OSrev}.img FSSIZE= 18432 @@ -46,7 +46,6 @@ ${CDROM}: bsd.rd bsd.strip: bsd.rd cp bsd.rd bsd.strip - strip bsd.strip strip -R .comment -R .SUNW_ctf bsd.strip bsd.rd: mr.fs bsd |