Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2016 22:13:45 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296120 - head/targets
Message-ID:  <201602262213.u1QMDjmm033275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Feb 26 22:13:45 2016
New Revision: 296120
URL: https://svnweb.freebsd.org/changeset/base/296120

Log:
  Follow-up r295991: Only allow 'make destroy*' to include bsd.obj.mk.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/targets/Makefile.xtras

Modified: head/targets/Makefile.xtras
==============================================================================
--- head/targets/Makefile.xtras	Fri Feb 26 22:13:42 2016	(r296119)
+++ head/targets/Makefile.xtras	Fri Feb 26 22:13:45 2016	(r296120)
@@ -54,7 +54,9 @@ show-help:
 not-valid-target:
 	@echo "ERROR: '${_TARGETS}' is not a valid target for ${MACHINE}."
 
+.if make(destroy*)
 .include <bsd.obj.mk>
+.endif
 
 .for t in ${_TARGETS:Nlove}
 .if !target($t)



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