svn commit: r297988 - head

Bryan Drewery bdrewery at FreeBSD.org
Thu Apr 14 19:29:36 UTC 2016


Author: bdrewery
Date: Thu Apr 14 19:29:35 2016
New Revision: 297988
URL: https://svnweb.freebsd.org/changeset/base/297988

Log:
  Define the *soft targets properly.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Thu Apr 14 19:26:29 2016	(r297987)
+++ head/Makefile	Thu Apr 14 19:29:35 2016	(r297988)
@@ -125,7 +125,7 @@ TGTS=	all all-man buildenv buildenvvars 
 	obj objlink rerelease showconfig tags toolchain update \
 	_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
 	_build-tools _cross-tools _includes _libraries \
-	build32 distribute32 install32 build32 distribute32 install32 \
+	build32 distribute32 install32 buildsoft distributesoft installsoft \
 	builddtb xdev xdev-build xdev-install \
 	xdev-links native-xtools installconfig \
 


More information about the svn-src-head mailing list