diff options
author | 2017-06-22 16:02:42 +0000 | |
---|---|---|
committer | 2017-06-22 16:02:42 +0000 | |
commit | 72c1e5d9670a80382d5b8ecd261a6b23d87c831d (patch) | |
tree | 8cbee832b18a62dbab74f3dfd7aa5b8ba11899ca | |
parent | Generate a gap.link script, and use that to generate gap.o. On multi-ABI (diff) | |
download | wireguard-openbsd-72c1e5d9670a80382d5b8ecd261a6b23d87c831d.tar.xz wireguard-openbsd-72c1e5d9670a80382d5b8ecd261a6b23d87c831d.zip |
compile.tgz no longer needs to contain machine/ subdir, instead it needs
makegap.sh
ok tb
-rw-r--r-- | etc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index 4b46239c31c..26461a8c4ad 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.459 2017/06/21 23:52:55 deraadt Exp $ +# $OpenBSD: Makefile,v 1.460 2017/06/22 16:02:42 deraadt Exp $ .include <bsd.own.mk> @@ -32,8 +32,7 @@ kernels: ${ALL_KERNELS} cd ${.CURDIR}/../sys/arch/${MACHINE}/compile/ && \ tar -chzf ${DESTDIR}/usr/share/compile.tgz -s ',/obj/,/,' \ GENERIC*/obj/*.o GENERIC*/obj/Makefile \ - GENERIC*/obj/ld.script GENERIC*/obj/gap.S \ - GENERIC*/obj/machine + GENERIC*/obj/ld.script GENERIC*/obj/makegap.sh chown root:wheel ${DESTDIR}/usr/share/compile.tgz chmod 644 ${DESTDIR}/usr/share/compile.tgz |