diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | etc/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.132 2017/01/29 17:06:56 rpe Exp $ +# $OpenBSD: Makefile,v 1.133 2017/04/14 21:37:15 espie Exp $ # # For more information on building in tricky environments, please see @@ -109,6 +109,6 @@ ${CROSS_TARGETS}: .PHONY: ${CROSS_TARGETS} \ build regression-tests includes beforeinstall afterinstall \ - all depend + all depend do-build .include <bsd.subdir.mk> diff --git a/etc/Makefile b/etc/Makefile index bfd491b9bab..f46dd1f4c62 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.453 2017/03/17 17:57:40 rzalamena Exp $ +# $OpenBSD: Makefile,v 1.454 2017/04/14 21:37:15 espie Exp $ .include <bsd.own.mk> @@ -285,7 +285,7 @@ distrib: .PHONY: distribution-etc-root-var distribution distrib-dirs \ release allarchs kernels release-sets m4 install-mtree \ - bootblocks ${ALL_KERNELS} + bootblocks do-release ${ALL_KERNELS} SUBDIR+= etc.alpha etc.amd64 etc.arm64 etc.armv7 SUBDIR+= etc.hppa etc.i386 etc.landisk etc.loongson etc.luna88k |