remove this section as part of crunchgen generated commands.
it avoids calling "strip -R .comment" for some but not all architectures.
ok deraadt@ danj@
-# $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
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
-# $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
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
-# $OpenBSD: Makefile,v 1.12 2021/02/13 18:48:23 semarie Exp $
+# $OpenBSD: Makefile,v 1.13 2021/02/13 18:52:08 semarie Exp $
FS= floppy${OSrev}.img
FSSIZE= 2880
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
-# $OpenBSD: Makefile,v 1.21 2021/02/13 18:48:23 semarie Exp $
+# $OpenBSD: Makefile,v 1.22 2021/02/13 18:52:08 semarie Exp $
FS= miniroot${OSrev}.img
FSSIZE= 8064
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
-/* $OpenBSD: crunchgen.c,v 1.21 2018/10/18 14:25:14 naddy Exp $ */
+/* $OpenBSD: crunchgen.c,v 1.22 2021/02/13 18:52:08 semarie Exp $ */
/*
* Copyright (c) 1994 University of Maryland
execfname, execfname);
fprintf(outmk, "\t$(CC) -static -L. ${LDFLAGS} -o $@ %s.o $(CRUNCHED_OBJS) $(LIBS)\n",
execfname);
- fprintf(outmk, "\t$(STRIP) %s\n", execfname);
+ fprintf(outmk, "\t$(STRIP) -R .comment %s\n", execfname);
fprintf(outmk, "\n");
fprintf(outmk, ".if !empty(CLIB)\n");