From nobody@FreeBSD.org  Sat Apr 12 15:34:09 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 04602A43
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 12 Apr 2014 15:34:09 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id CAEF012CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 12 Apr 2014 15:34:08 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CFY8NS033276
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 12 Apr 2014 15:34:08 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3CFY8f5033267;
	Sat, 12 Apr 2014 15:34:08 GMT
	(envelope-from nobody)
Message-Id: <201404121534.s3CFY8f5033267@cgiserv.freebsd.org>
Date: Sat, 12 Apr 2014 15:34:08 GMT
From: Idwer Vollering <vidwer@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: xdev is not listed as a 'user-driven target'
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         188519
>Category:       docs
>Synopsis:       xdev is not listed as a 'user-driven target'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 12 15:40:01 UTC 2014
>Closed-Date:    Wed Apr 23 11:33:18 CEST 2014
>Last-Modified:  Wed Apr 23 09:40:01 UTC 2014
>Originator:     Idwer Vollering
>Release:        10.0-RELEASE-p1 #0
>Organization:
>Environment:
>Description:
xdev is not listed as a 'user-driven target' in /usr/src/Makefile
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Mon Apr 14 18:15:35 CEST 2014 
State-Changed-Why:  
Fixed in HEAD with r264460, I'll merge this to the stable branches in a few days. 
Thanks! 


Responsible-Changed-From-To: freebsd-doc->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Mon Apr 14 18:15:35 CEST 2014 
Responsible-Changed-Why:  
Merge reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188519 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/188519: commit references a PR
Date: Mon, 14 Apr 2014 16:15:14 +0000 (UTC)

 Author: brueffer
 Date: Mon Apr 14 16:15:11 2014
 New Revision: 264460
 URL: http://svnweb.freebsd.org/changeset/base/264460
 
 Log:
   Document the xdev* targets.
   
   PR:		188519
   Submitted by:	Idwer Vollering <vidwer at gmail.com>
   Reviewed by:	bapt
   MFC after:	1 week
 
 Modified:
   head/Makefile
 
 Modified: head/Makefile
 ==============================================================================
 --- head/Makefile	Mon Apr 14 14:40:12 2014	(r264459)
 +++ head/Makefile	Mon Apr 14 16:15:11 2014	(r264460)
 @@ -32,6 +32,10 @@
  # targets             - Print a list of supported TARGET/TARGET_ARCH pairs
  #                       for world and kernel targets.
  # toolchains          - Build a toolchain for all world and kernel targets.
 +# xdev                - xdev-build + xdev-install for the architecture
 +#                       specified with XDEV and XDEV_ARCH.
 +# xdev-build          - Build cross-development tools.
 +# xdev-install        - Install cross-development tools.
  # 
  # "quick" way to test all kernel builds:
  # 	_jflag=`sysctl -n hw.ncpu`
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/188519: commit references a PR
Date: Wed, 23 Apr 2014 09:27:17 +0000 (UTC)

 Author: brueffer
 Date: Wed Apr 23 09:27:11 2014
 New Revision: 264811
 URL: http://svnweb.freebsd.org/changeset/base/264811
 
 Log:
   MFC: r264460
   
   Document the xdev* targets.
   
   PR:		188519
   Submitted by:	Idwer Vollering <vidwer at gmail.com>
   Reviewed by:	bapt
 
 Modified:
   stable/10/Makefile
 Directory Properties:
   stable/10/   (props changed)
 
 Modified: stable/10/Makefile
 ==============================================================================
 --- stable/10/Makefile	Wed Apr 23 09:24:26 2014	(r264810)
 +++ stable/10/Makefile	Wed Apr 23 09:27:11 2014	(r264811)
 @@ -32,6 +32,10 @@
  # targets             - Print a list of supported TARGET/TARGET_ARCH pairs
  #                       for world and kernel targets.
  # toolchains          - Build a toolchain for all world and kernel targets.
 +# xdev                - xdev-build + xdev-install for the architecture
 +#                       specified with XDEV and XDEV_ARCH.
 +# xdev-build          - Build cross-development tools.
 +# xdev-install        - Install cross-development tools.
  # 
  # "quick" way to test all kernel builds:
  # 	_jflag=`sysctl -n hw.ncpu`
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: brueffer 
State-Changed-When: Wed Apr 23 11:32:51 CEST 2014 
State-Changed-Why:  
Merge to stable branches done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188519 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/188519: commit references a PR
Date: Wed, 23 Apr 2014 09:32:36 +0000 (UTC)

 Author: brueffer
 Date: Wed Apr 23 09:32:33 2014
 New Revision: 264812
 URL: http://svnweb.freebsd.org/changeset/base/264812
 
 Log:
   MFC: r264460
   
   Document the xdev* targets.
   
   PR:		188519
   Submitted by:	Idwer Vollering <vidwer at gmail.com>
   Reviewed by:	bapt
 
 Modified:
   stable/9/Makefile   (contents, props changed)
 Directory Properties:
   stable/9/   (props changed)
 
 Modified: stable/9/Makefile
 ==============================================================================
 --- stable/9/Makefile	Wed Apr 23 09:27:11 2014	(r264811)
 +++ stable/9/Makefile	Wed Apr 23 09:32:33 2014	(r264812)
 @@ -31,6 +31,10 @@
  # targets             - Print a list of supported TARGET/TARGET_ARCH pairs
  #                       for world and kernel targets.
  # toolchains          - Build a toolchain for all world and kernel targets.
 +# xdev                - xdev-build + xdev-install for the architecture
 +#                       specified with XDEV and XDEV_ARCH.
 +# xdev-build          - Build cross-development tools.
 +# xdev-install        - Install cross-development tools.
  #
  # This makefile is simple by design. The FreeBSD make automatically reads
  # the /usr/share/mk/sys.mk unless the -m argument is specified on the
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
