r2187 - in trunk

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Mon Mar 31 21:07:38 CEST 2008


Author: sonny_jim
Date: 2008-03-31 21:07:37 +0200 (Mon, 31 Mar 2008)
New Revision: 2187

Log:
Integrate sc into build system

Modified: trunk/config/Configure.help
===================================================================
--- trunk/config/Configure.help	2008-03-31 18:58:46 UTC (rev 2186)
+++ trunk/config/Configure.help	2008-03-31 19:07:37 UTC (rev 2187)
@@ -237,6 +237,9 @@
 CONFIG_USER_SASH_HISTORY
   Support simple command history in SASH.
 
+CONFIG_USER_SC
+  Simple curses based spreadsheet software
+ 
 CONFIG_USER_APPWEB_APPWEB
   Secure, fast, modular embedded web server supporting Embedded Server Pages.
   Approx. binary size: 110-400k

Modified: trunk/config/config.in
===================================================================
--- trunk/config/config.in	2008-03-31 18:58:46 UTC (rev 2186)
+++ trunk/config/config.in	2008-03-31 19:07:37 UTC (rev 2187)
@@ -845,6 +845,7 @@
 bool 'readprofile'		CONFIG_USER_READPROFILE_READPROFILE
 bool 'rootloader'		CONFIG_USER_ROOTLOADER_ROOTLOADER
 bool 'rl'			CONFIG_USER_RL_RL
+bool 'sc'			CONFIG_USER_SC
 bool 'sed'			CONFIG_USER_SED_SED
 bool 'setserial'		CONFIG_USER_SETSERIAL_SETSERIAL
 bool 'snapshot'			CONFIG_USER_SNAPSHOT

Modified: trunk/user/Makefile
===================================================================
--- trunk/user/Makefile	2008-03-31 18:58:46 UTC (rev 2186)
+++ trunk/user/Makefile	2008-03-31 19:07:37 UTC (rev 2187)
@@ -241,6 +241,7 @@
 dir_$(CONFIG_USER_NET_TOOLS_MII_TOOL)       += net-tools
 dir_$(CONFIG_USER_NET_TOOLS_MII_TOOL_FEC)   += mii-tool-fec
 dir_$(CONFIG_USER_NETSTAT_NAT_NETSTAT_NAT)  += netstat-nat
+dir_$(CONFIG_USER_NGREP)  		    += ngrep
 dir_$(CONFIG_USER_NTPCLIENT_NTPCLIENT)      += ntpclient
 dir_$(CONFIG_USER_NTPCLIENT_ADJTIMEX)       += ntpclient
 dir_$(CONFIG_USER_NTPD_NTPD)                += ntp/uCbuild
@@ -322,6 +323,7 @@
 dir_$(CONFIG_USER_SASH_SH)                  += sash
 dir_$(CONFIG_USER_SASH_SHUTDOWN)            += sash
 dir_$(CONFIG_USER_SASH_REBOOT_SNAPGEAR)     += sash
+dir_$(CONFIG_USER_SC)			    += sc
 dir_$(CONFIG_USER_SED_SED)                  += sed
 dir_$(CONFIG_USER_SER_SER)                  += ser
 dir_$(CONFIG_USER_SER_RTPPROXY)             += ser

Copied: trunk/user/sc (from rev 2186, tags/sc/sc-7.16)

Modified: trunk/user/sc/Makefile
===================================================================
--- tags/sc/sc-7.16/Makefile	2008-03-31 18:58:46 UTC (rev 2186)
+++ trunk/user/sc/Makefile	2008-03-31 19:07:37 UTC (rev 2187)
@@ -331,12 +331,12 @@
 
 #########################################
 # Use this for Linux
-CC=gcc
+#CC=gcc
 # Only use -Wall for testing, since it produces warnings that are of no
 # real effect on the reliability of the program, but may concern some
 # people who don't understand them.
 #CFLAGS=-DSYSV3 -O2 -Wall -pipe
-CFLAGS=-DSYSV3 -O2 -pipe
+CFLAGS+=-DSYSV3 -O2 -pipe
 LIB=-lm -lncurses
 
 # All of the source files
@@ -536,3 +536,6 @@
 
 files:
 	@find $(DOCS) $(SRC) -print
+
+romfs:
+	$(ROMFSINST) sc /usr/bin



More information about the dslinux-commit mailing list