Bug 188519 - xdev is not listed as a 'user-driven target'
Summary: xdev is not listed as a 'user-driven target'
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Christian Brueffer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-12 16:40 UTC by Idwer Vollering
Modified: 2014-04-23 10:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Idwer Vollering 2014-04-12 16:40:01 UTC
xdev is not listed as a 'user-driven target' in /usr/src/Makefile
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-04-14 17:15:14 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"
Comment 2 Christian Brueffer freebsd_committer freebsd_triage 2014-04-14 17:15:35 UTC
State Changed
From-To: open->patched

Fixed in HEAD with r264460, I'll merge this to the stable branches in a few days. 
Thanks! 


Comment 3 Christian Brueffer freebsd_committer freebsd_triage 2014-04-14 17:15:35 UTC
Responsible Changed
From-To: freebsd-doc->brueffer

Merge reminder.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-04-23 10:27:17 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"
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-04-23 10:32:36 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"
Comment 6 Christian Brueffer freebsd_committer freebsd_triage 2014-04-23 10:32:51 UTC
State Changed
From-To: patched->closed

Merge to stable branches done.