mark newish phony targets as phony.
authorespie <espie@openbsd.org>
Fri, 14 Apr 2017 21:37:15 +0000 (21:37 +0000)
committerespie <espie@openbsd.org>
Fri, 14 Apr 2017 21:37:15 +0000 (21:37 +0000)
okay tb@

Makefile
etc/Makefile

index fefbfd6..080c5f9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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>
index bfd491b..f46dd1f 100644 (file)
@@ -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