r2105 - in trunk

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Thu Jan 17 14:55:16 CET 2008


Author: sonny_jim
Date: 2008-01-17 14:55:15 +0100 (Thu, 17 Jan 2008)
New Revision: 2105

Log:
Integrating Less into build system and enable in DLDI builds

Modified: trunk/config/Configure.help
===================================================================
--- trunk/config/Configure.help	2008-01-17 13:19:32 UTC (rev 2104)
+++ trunk/config/Configure.help	2008-01-17 13:55:15 UTC (rev 2105)
@@ -406,6 +406,9 @@
 CONFIG_USER_LEVEE_VI
   A small version of 'vi' for editing files.
 
+CONFIG_USER_LESS_LESS
+  Less is a paging program similar to more
+
 CONFIG_USER_BOA_SRC_BOA
   A small webserver.
   Approx. binary size: 54k

Modified: trunk/config/config.in
===================================================================
--- trunk/config/config.in	2008-01-17 13:19:32 UTC (rev 2104)
+++ trunk/config/config.in	2008-01-17 13:55:15 UTC (rev 2105)
@@ -814,6 +814,7 @@
 bool 'lcalc'			CONFIG_USER_LCALC_LCALC
 bool 'lcd'			CONFIG_USER_LCD_LCD
 bool 'ledcon'			CONFIG_USER_LEDCON_LEDCON
+bool 'less'			CONFIG_USER_LESS_LESS
 bool 'lha'			CONFIG_USER_LHA_LHA
 bool 'lilo'			CONFIG_USER_LILO_LILO
 bool 'lissa'			CONFIG_USER_LISSA_LISSA

Modified: trunk/user/Makefile
===================================================================
--- trunk/user/Makefile	2008-01-17 13:19:32 UTC (rev 2104)
+++ trunk/user/Makefile	2008-01-17 13:55:15 UTC (rev 2105)
@@ -186,6 +186,7 @@
 dir_$(CONFIG_USER_LCALC_LCALC)              += lcalc
 dir_$(CONFIG_USER_LCD_LCD)                  += lcd
 dir_$(CONFIG_USER_LEDCON_LEDCON)            += ledcon
+dir_$(CONFIG_USER_LESS_LESS)                += less
 dir_$(CONFIG_USER_LEVEE_VI)                 += levee
 dir_$(CONFIG_USER_LHA_LHA)                  += lha
 dir_$(CONFIG_USER_LINKS_LINKS)              += links

Added: trunk/user/less/Makefile

Copied: trunk/user/less/src (from rev 2104, tags/less/less-418)

Modified: trunk/user/less/src/main.c
===================================================================
--- tags/less/less-418/main.c	2008-01-17 13:19:32 UTC (rev 2104)
+++ trunk/user/less/src/main.c	2008-01-17 13:55:15 UTC (rev 2105)
@@ -32,7 +32,7 @@
 public int	quitting;
 public int	secure;
 public int	dohelp;
-public int	less_is_more;
+extern int	less_is_more;
 
 #if LOGFILE
 public int	logfile = -1;

Modified: trunk/vendors/Nintendo/DLDI/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DLDI/config.vendor	2008-01-17 13:19:32 UTC (rev 2104)
+++ trunk/vendors/Nintendo/DLDI/config.vendor	2008-01-17 13:55:15 UTC (rev 2105)
@@ -410,6 +410,7 @@
 CONFIG_USER_LCALC_LCALC=y
 # CONFIG_USER_LCD_LCD is not set
 # CONFIG_USER_LEDCON_LEDCON is not set
+CONFIG_USER_LESS_LESS=y
 # CONFIG_USER_LHA_LHA is not set
 # CONFIG_USER_LILO_LILO is not set
 CONFIG_USER_LISSA_LISSA=y

Modified: trunk/vendors/Nintendo/DSGBA/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DSGBA/config.vendor	2008-01-17 13:19:32 UTC (rev 2104)
+++ trunk/vendors/Nintendo/DSGBA/config.vendor	2008-01-17 13:55:15 UTC (rev 2105)
@@ -202,6 +202,11 @@
 # CONFIG_USER_DOSFSTOOLS_DOSFSCK is not set
 
 #
+# COREUTILS
+#
+# CONFIG_USER_COREUTILS_COREUTILS is not set
+
+#
 # Network Applications
 #
 # CONFIG_USER_APPWEB_APPWEB is not set
@@ -389,6 +394,7 @@
 CONFIG_USER_LCALC_LCALC=y
 # CONFIG_USER_LCD_LCD is not set
 # CONFIG_USER_LEDCON_LEDCON is not set
+# CONFIG_USER_LESS_LESS is not set
 # CONFIG_USER_LHA_LHA is not set
 # CONFIG_USER_LILO_LILO is not set
 CONFIG_USER_LISSA_LISSA=y

Modified: trunk/vendors/Nintendo/DSMEM/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DSMEM/config.vendor	2008-01-17 13:19:32 UTC (rev 2104)
+++ trunk/vendors/Nintendo/DSMEM/config.vendor	2008-01-17 13:55:15 UTC (rev 2105)
@@ -201,6 +201,11 @@
 # CONFIG_USER_DOSFSTOOLS_DOSFSCK is not set
 
 #
+# COREUTILS
+#
+# CONFIG_USER_COREUTILS_COREUTILS is not set
+
+#
 # Network Applications
 #
 # CONFIG_USER_APPWEB_APPWEB is not set
@@ -388,6 +393,7 @@
 # CONFIG_USER_LCALC_LCALC is not set
 # CONFIG_USER_LCD_LCD is not set
 # CONFIG_USER_LEDCON_LEDCON is not set
+# CONFIG_USER_LESS_LESS is not set
 # CONFIG_USER_LHA_LHA is not set
 # CONFIG_USER_LILO_LILO is not set
 CONFIG_USER_LISSA_LISSA=y

Modified: trunk/vendors/Nintendo/GBAMP/config.vendor
===================================================================
--- trunk/vendors/Nintendo/GBAMP/config.vendor	2008-01-17 13:19:32 UTC (rev 2104)
+++ trunk/vendors/Nintendo/GBAMP/config.vendor	2008-01-17 13:55:15 UTC (rev 2105)
@@ -201,6 +201,11 @@
 # CONFIG_USER_DOSFSTOOLS_DOSFSCK is not set
 
 #
+# COREUTILS
+#
+# CONFIG_USER_COREUTILS_COREUTILS is not set
+
+#
 # Network Applications
 #
 # CONFIG_USER_APPWEB_APPWEB is not set
@@ -388,6 +393,7 @@
 CONFIG_USER_LCALC_LCALC=y
 # CONFIG_USER_LCD_LCD is not set
 # CONFIG_USER_LEDCON_LEDCON is not set
+# CONFIG_USER_LESS_LESS is not set
 # CONFIG_USER_LHA_LHA is not set
 # CONFIG_USER_LILO_LILO is not set
 CONFIG_USER_LISSA_LISSA=y

Modified: trunk/vendors/Nintendo/NDS/config.vendor
===================================================================
--- trunk/vendors/Nintendo/NDS/config.vendor	2008-01-17 13:19:32 UTC (rev 2104)
+++ trunk/vendors/Nintendo/NDS/config.vendor	2008-01-17 13:55:15 UTC (rev 2105)
@@ -201,6 +201,11 @@
 # CONFIG_USER_DOSFSTOOLS_DOSFSCK is not set
 
 #
+# COREUTILS
+#
+# CONFIG_USER_COREUTILS_COREUTILS is not set
+
+#
 # Network Applications
 #
 # CONFIG_USER_APPWEB_APPWEB is not set
@@ -386,6 +391,7 @@
 CONFIG_USER_LCALC_LCALC=y
 # CONFIG_USER_LCD_LCD is not set
 # CONFIG_USER_LEDCON_LEDCON is not set
+# CONFIG_USER_LESS_LESS is not set
 # CONFIG_USER_LHA_LHA is not set
 # CONFIG_USER_LILO_LILO is not set
 # CONFIG_USER_LISSA_LISSA is not set



More information about the dslinux-commit mailing list