svn commit: r295992 - head/targets

Bryan Drewery bdrewery at FreeBSD.org
Wed Feb 24 17:20:30 UTC 2016


Author: bdrewery
Date: Wed Feb 24 17:20:28 2016
New Revision: 295992
URL: https://svnweb.freebsd.org/changeset/base/295992

Log:
  DIRDEPS_BUILD: Allow destroy-(arch|host|stage) from top-level.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/targets/Makefile.xtras

Modified: head/targets/Makefile.xtras
==============================================================================
--- head/targets/Makefile.xtras	Wed Feb 24 17:20:25 2016	(r295991)
+++ head/targets/Makefile.xtras	Wed Feb 24 17:20:28 2016	(r295992)
@@ -29,6 +29,9 @@ no-default:
 .if make(show-valid-targets)
 OTHER_TARGETS = \
 	destroy \
+	destroy-arch \
+	destroy-host \
+	destroy-stage \
 
 BUILD_TARGETS != cd ${_here} && \
 	find . \( -name Makefile.depend -o -name ${.MAKE.DEPENDFILE:T} \) | \


More information about the svn-src-head mailing list