diff options
author | Sebastien Marie <semarie@cvs.openbsd.org> | 2021-02-13 18:52:09 +0000 |
---|---|---|
committer | Sebastien Marie <semarie@cvs.openbsd.org> | 2021-02-13 18:52:09 +0000 |
commit | 065f3ec595943e7f6d9ac8d0f70cf129c7b5fbec (patch) | |
tree | 11732f49031aaee02a99126d26313bb53a7a3579 /distrib/amd64 | |
parent | 40b7edf159b3e0c0cb600af0521513ec5390bb11 (diff) |
distrib: remove .comment section systematically
remove this section as part of crunchgen generated commands.
it avoids calling "strip -R .comment" for some but not all architectures.
ok deraadt@ danj@
Diffstat (limited to 'distrib/amd64')
-rw-r--r-- | distrib/amd64/ramdiskA/Makefile | 3 | ||||
-rw-r--r-- | distrib/amd64/ramdisk_cd/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/distrib/amd64/ramdiskA/Makefile b/distrib/amd64/ramdiskA/Makefile index deb5306ad38..c8e3da8bd60 100644 --- a/distrib/amd64/ramdiskA/Makefile +++ b/distrib/amd64/ramdiskA/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2021/02/13 18:48:23 semarie Exp $ +# $OpenBSD: Makefile,v 1.14 2021/02/13 18:52:08 semarie Exp $ FS= floppy${OSrev}.img FSSIZE= 2880 @@ -61,7 +61,6 @@ instbin.mk instbin.cache instbin.c: instbin.conf instbin: instbin.mk instbin.cache instbin.c ${MAKE} -f instbin.mk SRCLIBDIR=${.CURDIR}/../../../lib all - strip -R .comment instbin instbin.conf: ${LISTS} awk -f ${UTILS}/makeconf.awk ${LISTS} > instbin.conf diff --git a/distrib/amd64/ramdisk_cd/Makefile b/distrib/amd64/ramdisk_cd/Makefile index e3319770277..ba206c042f3 100644 --- a/distrib/amd64/ramdisk_cd/Makefile +++ b/distrib/amd64/ramdisk_cd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2021/02/13 18:48:23 semarie Exp $ +# $OpenBSD: Makefile,v 1.28 2021/02/13 18:52:08 semarie Exp $ FS= miniroot${OSrev}.img FSSIZE= 9920 @@ -84,7 +84,6 @@ instbin.mk instbin.cache instbin.c: instbin.conf instbin: instbin.mk instbin.cache instbin.c ${MAKE} -f instbin.mk SRCLIBDIR=${.CURDIR}/../../../lib all - strip -R .comment instbin instbin.conf: ${LISTS} awk -f ${UTILS}/makeconf.awk ${LISTS} > instbin.conf |