From: espie Date: Fri, 14 Apr 2017 21:37:15 +0000 (+0000) Subject: mark newish phony targets as phony. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=60fd9b1090d630a99ff7a7109a5f56124bed6460;p=openbsd mark newish phony targets as phony. okay tb@ --- diff --git a/Makefile b/Makefile index fefbfd6c560..080c5f9fd5f 100644 --- 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 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 @@ -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