svn commit: r296120 - head/targets

Bryan Drewery bdrewery at FreeBSD.org
Fri Feb 26 22:13:46 UTC 2016


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)


More information about the svn-src-head mailing list