Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2015 16:13:18 +0000 (UTC)
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284699 - head
Message-ID:  <201506221613.t5MGDIDN049225@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sjg
Date: Mon Jun 22 16:13:17 2015
New Revision: 284699
URL: https://svnweb.freebsd.org/changeset/base/284699

Log:
  targets now needs .PHONY

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Mon Jun 22 08:26:28 2015	(r284698)
+++ head/Makefile	Mon Jun 22 16:13:17 2015	(r284699)
@@ -408,7 +408,7 @@ UNIVERSE_TARGET?=	buildworld
 .endif
 KERNSRCDIR?=		${.CURDIR}/sys
 
-targets:
+targets:	.PHONY
 	@echo "Supported TARGET/TARGET_ARCH pairs for world and kernel targets"
 .for target in ${TARGETS}
 .for target_arch in ${TARGET_ARCHES_${target}}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506221613.t5MGDIDN049225>