r2142 - in trunk

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Wed Feb 27 15:16:01 CET 2008


Author: sonny_jim
Date: 2008-02-27 15:16:00 +0100 (Wed, 27 Feb 2008)
New Revision: 2142

Log:
Integrate joe 3.5 into the build system

Modified: trunk/config/Configure.help
===================================================================
--- trunk/config/Configure.help	2008-02-27 14:04:26 UTC (rev 2141)
+++ trunk/config/Configure.help	2008-02-27 14:16:00 UTC (rev 2142)
@@ -406,6 +406,9 @@
 CONFIG_USER_LEVEE_VI
   A small version of 'vi' for editing files.
 
+CONFIG_USER_JOE
+  JOE is a full featured terminal-based screen editor
+
 CONFIG_USER_LESS_LESS
   Less is a paging program similar to more
 

Modified: trunk/config/config.in
===================================================================
--- trunk/config/config.in	2008-02-27 14:04:26 UTC (rev 2141)
+++ trunk/config/config.in	2008-02-27 14:16:00 UTC (rev 2142)
@@ -896,6 +896,7 @@
 bool 'nano'			CONFIG_USER_NANO
 bool 'vi (leevee)'		CONFIG_USER_LEVEE_VI
 bool 'vi (elvis-tiny)'		CONFIG_USER_ELVISTINY_VI
+bool 'joe'			CONFIG_USER_JOE
 
 comment 'Audio tools'
 bool 'madplay'			CONFIG_USER_MADPLAY

Modified: trunk/user/Makefile
===================================================================
--- trunk/user/Makefile	2008-02-27 14:04:26 UTC (rev 2141)
+++ trunk/user/Makefile	2008-02-27 14:16:00 UTC (rev 2142)
@@ -220,6 +220,7 @@
 dir_$(CONFIG_USER_MYSQL)                    += mysql
 dir_$(CONFIG_USER_NAIL)                     += nail
 dir_$(CONFIG_USER_NANO)                     += nano
+dir_$(CONFIG_USER_JOE)                      += joe
 dir_$(CONFIG_USER_NCFTP_NCFTP)              += ncftp
 dir_$(CONFIG_USER_NESSUS_NASL)              += nessus
 dir_$(CONFIG_USER_NETCAT_NETCAT)            += netcat

Added: trunk/user/joe/Makefile

Copied: trunk/user/joe/src (from rev 2141, tags/joe/joe-3.5)



More information about the dslinux-commit mailing list