diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-04-14 21:37:16 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-04-14 21:37:16 +0000 |
commit | 53aaf7daa50d855010d6c30ca5c9d1418f63a52e (patch) | |
tree | d0fe92802ad2781b943baab971b8e5dcc5a61a7f | |
parent | 40dc4aa1aa028266371fbf2aff6661facac59eb5 (diff) |
mark newish phony targets as phony.
okay tb@
-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 |