diff options
author | 2017-04-14 21:37:15 +0000 | |
---|---|---|
committer | 2017-04-14 21:37:15 +0000 | |
commit | 60fd9b1090d630a99ff7a7109a5f56124bed6460 (patch) | |
tree | aaf1dd5a3c7e834c257a434a512343fb4d125a22 | |
parent | Remove unused define satoin6(). (diff) | |
download | wireguard-openbsd-60fd9b1090d630a99ff7a7109a5f56124bed6460.tar.xz wireguard-openbsd-60fd9b1090d630a99ff7a7109a5f56124bed6460.zip |
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 |