Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot:  toolchain
@ 2007-07-31 22:38 ulf at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: ulf at uclibc.org @ 2007-07-31 22:38 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-07-31 15:38:52 -0700 (Tue, 31 Jul 2007)
New Revision: 19368

Log:
Change def of BR2_USE_WCHAR to build uClibc w WCHAR support

Modified:
   trunk/buildroot/Config.in
   trunk/buildroot/toolchain/Config.in.2


Changeset:
Modified: trunk/buildroot/Config.in
===================================================================
--- trunk/buildroot/Config.in	2007-07-31 18:40:17 UTC (rev 19367)
+++ trunk/buildroot/Config.in	2007-07-31 22:38:52 UTC (rev 19368)
@@ -651,12 +651,6 @@
 	help
 	  This option hides outdated/obsolete versions of packages.
 
-config BR2_USE_WCHAR
-	bool "Show packages that require WCHAR support"
-	default y
-	help
-	  This option hides packages which cannot be built without WCHAR.
-
 choice
 	prompt "strip"
 	default BR2_STRIP_strip

Modified: trunk/buildroot/toolchain/Config.in.2
===================================================================
--- trunk/buildroot/toolchain/Config.in.2	2007-07-31 18:40:17 UTC (rev 19367)
+++ trunk/buildroot/toolchain/Config.in.2	2007-07-31 22:38:52 UTC (rev 19368)
@@ -41,6 +41,12 @@
 	help
 	    Enable RPC. RPC support is needed for nfs.
 
+config BR2_USE_WCHAR
+	bool "Enable WCHAR support"
+	default n
+	help
+	  Enable WCHAR. WCHAR support is needed for several packages
+
 config BR2_SOFT_FLOAT
 	bool "Use software floating point by default"
 	default n

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] svn commit: trunk/buildroot:  toolchain
@ 2008-03-04 12:19 jacmet at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: jacmet at uclibc.org @ 2008-03-04 12:19 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-03-04 04:19:16 -0800 (Tue, 04 Mar 2008)
New Revision: 21162

Log:
buildroot: add external-deps target

Add external-deps target to show what external files are needed to recreate
the build.


Added:
   trunk/buildroot/toolchain/wget-show-external-deps.sh

Modified:
   trunk/buildroot/Makefile


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2008-03-04 12:19:13 UTC (rev 21161)
+++ trunk/buildroot/Makefile	2008-03-04 12:19:16 UTC (rev 21162)
@@ -322,6 +322,10 @@
 _source-check:
 	$(MAKE) SPIDER=--spider source
 
+external-deps:
+	@$(MAKE) -Bs BR2_WGET=$(TOPDIR)toolchain/wget-show-external-deps.sh \
+	source
+
 #############################################################
 #
 # Cleanup and misc junk
@@ -461,6 +465,7 @@
 	@echo 'Miscellaneous:'
 	@echo '  source                 - download all sources needed for offline-build'
 	@echo '  source-check           - check all packages for valid download URLs'
+	@echo '  external-deps          - list external packages used'
 	@echo
 	@echo 'See docs/README and docs/buildroot.html for further details'
 	@echo

Added: trunk/buildroot/toolchain/wget-show-external-deps.sh
===================================================================
--- trunk/buildroot/toolchain/wget-show-external-deps.sh	                        (rev 0)
+++ trunk/buildroot/toolchain/wget-show-external-deps.sh	2008-03-04 12:19:16 UTC (rev 21162)
@@ -0,0 +1,6 @@
+#!/bin/sh
+#
+# replacement for wget (see BR2_WGET) which simply shows the file name to be
+# downloaded. Used by the external-deps make target.
+
+exec basename ${!#}
\ No newline at end of file


Property changes on: trunk/buildroot/toolchain/wget-show-external-deps.sh
___________________________________________________________________
Name: svn:executable
   + *

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-04 12:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-31 22:38 [Buildroot] svn commit: trunk/buildroot: toolchain ulf at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2008-03-04 12:19 jacmet at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox