r2101 - in trunk

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Wed Jan 16 18:20:06 CET 2008


Author: sonny_jim
Date: 2008-01-16 18:20:05 +0100 (Wed, 16 Jan 2008)
New Revision: 2101

Log:
Integrate coreutils 6.7 into build system and enable in DLDI builds

Modified: trunk/config/Configure.help
===================================================================
--- trunk/config/Configure.help	2008-01-16 11:17:45 UTC (rev 2100)
+++ trunk/config/Configure.help	2008-01-16 17:20:05 UTC (rev 2101)
@@ -959,6 +959,9 @@
 CONFIG_USER_CLOCK_CLOCK
   Some kind of clock
 
+CONFIG_USER_COREUTILS_COREUTILS
+  GNU Coreutils v6.7
+ 
 CONFIG_USER_CPU_CPU
   cpu tool
 

Modified: trunk/config/config.in
===================================================================
--- trunk/config/config.in	2008-01-16 11:17:45 UTC (rev 2100)
+++ trunk/config/config.in	2008-01-16 17:20:05 UTC (rev 2101)
@@ -276,6 +276,9 @@
 bool 'mkdosfs'			CONFIG_USER_DOSFSTOOLS_MKDOSFS
 bool 'dosfsck'			CONFIG_USER_DOSFSTOOLS_DOSFSCK
 
+comment 'COREUTILS'
+bool 'coreutils'		CONFIG_USER_COREUTILS_COREUTILS
+
 endmenu
 
 #############################################################################

Modified: trunk/user/Makefile
===================================================================
--- trunk/user/Makefile	2008-01-16 11:17:45 UTC (rev 2100)
+++ trunk/user/Makefile	2008-01-16 17:20:05 UTC (rev 2101)
@@ -69,6 +69,7 @@
 dir_$(CONFIG_USER_CKSUM_CKSUM)              += cksum
 dir_$(CONFIG_USER_CLAMAV_CLAMAV)            += clamav
 dir_$(CONFIG_USER_CLOCK_CLOCK)              += clock
+dir_$(CONFIG_USER_COREUTILS_COREUTILS)      += coreutils
 dir_$(CONFIG_USER_CPU_CPU)                  += cpu
 dir_$(CONFIG_USER_CRAMFS_MKCRAMFS)          += cramfs
 dir_$(CONFIG_USER_CRAMFS_CRAMFSCK)          += cramfs

Added: trunk/user/coreutils/Makefile

Copied: trunk/user/coreutils/src (from rev 2100, tags/coreutils/coreutils-6.7)

Modified: trunk/user/coreutils/src/Makefile.in
===================================================================
--- tags/coreutils/coreutils-6.7/Makefile.in	2008-01-16 11:17:45 UTC (rev 2100)
+++ trunk/user/coreutils/src/Makefile.in	2008-01-16 17:20:05 UTC (rev 2101)
@@ -403,7 +403,7 @@
 target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = lib src doc man po tests
+SUBDIRS = lib src doc po tests
 EXTRA_DIST = Makefile.cfg Makefile.maint GNUmakefile \
   .gitignore \
   .hgignore \

Modified: trunk/vendors/Nintendo/DLDI/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DLDI/config.vendor	2008-01-16 11:17:45 UTC (rev 2100)
+++ trunk/vendors/Nintendo/DLDI/config.vendor	2008-01-16 17:20:05 UTC (rev 2101)
@@ -201,6 +201,11 @@
 # CONFIG_USER_DOSFSTOOLS_DOSFSCK is not set
 
 #
+# COREUTILS
+#
+CONFIG_USER_COREUTILS_COREUTILS=y
+
+#
 # Network Applications
 #
 # CONFIG_USER_APPWEB_APPWEB is not set



More information about the dslinux-commit mailing list