[svn-commits] rmeyerriecks: tools/trunk r10721 - in /tools/trunk: ./ build_tools/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Sep 21 14:43:53 CDT 2012


Author: rmeyerriecks
Date: Fri Sep 21 14:43:49 2012
New Revision: 10721

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10721
Log:
menuselect: Remove last bits completely from the repo

menuselect has not been used in dahdi-tools since r10411 (7 months ago). This
patch removes menuselect from the repository completely.

Reported-by: Sean Bright
Internal-Issue-ID: DAHTOOL-61
Patches: kill-menuselect.patch by Sean Bright (license #5060)

Signed-off-by: Russ Meyerriecks <rmeyerriecks at digium.com>


Modified:
    tools/trunk/   (props changed)
    tools/trunk/README
    tools/trunk/build_tools/make_tree
    tools/trunk/build_tools/menuselect-deps.in
    tools/trunk/configure.ac

Propchange: tools/trunk/
            ('svn:externals' removed)

Propchange: tools/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Sep 21 14:43:49 2012
@@ -27,9 +27,6 @@
 libtonezone.a
 libtonezone.so
 makeopts
-menuselect-tree
-menuselect.makedeps
-menuselect.makeopts
 patgen
 patlooptest
 pattest

Modified: tools/trunk/README
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/README?view=diff&rev=10721&r1=10720&r2=10721
==============================================================================
--- tools/trunk/README (original)
+++ tools/trunk/README Fri Sep 21 14:43:49 2012
@@ -73,9 +73,9 @@
 
 Options For ./configure
 ^^^^^^^^^^^^^^^^^^^^^^^
-The configure script various several tests and based on them generates
-some files ( build_tools/menuselect-deps and makeopts). You can pass it
---with options and variable settings, for instance:
+The configure script executes various tests and based on them generates
+makeopts. You can pass it --with options and variable settings, for
+instance:
 
   ./configure --without-ncurses CC="gcc-4.10"
 

Modified: tools/trunk/build_tools/make_tree
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/build_tools/make_tree?view=diff&rev=10721&r1=10720&r2=10721
==============================================================================
--- tools/trunk/build_tools/make_tree (original)
+++ tools/trunk/build_tools/make_tree Fri Sep 21 14:43:49 2012
@@ -1,7 +1,0 @@
-#!/bin/sh
-
-echo "<?xml version=\"1.0\"?>"
-echo
-echo "<menu name=\"DAHDI Tools Selection\">"
-cat dahdi.xml
-echo "</menu>"

Modified: tools/trunk/build_tools/menuselect-deps.in
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/build_tools/menuselect-deps.in?view=diff&rev=10721&r1=10720&r2=10721
==============================================================================
--- tools/trunk/build_tools/menuselect-deps.in (original)
+++ tools/trunk/build_tools/menuselect-deps.in Fri Sep 21 14:43:49 2012
@@ -1,2 +1,0 @@
-LIBNEWT=@PBX_NEWT@
-HDLC=@PBX_HDLC@

Modified: tools/trunk/configure.ac
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/configure.ac?view=diff&rev=10721&r1=10720&r2=10721
==============================================================================
--- tools/trunk/configure.ac (original)
+++ tools/trunk/configure.ac Fri Sep 21 14:43:49 2012
@@ -211,7 +211,7 @@
 
 AC_SUBST(PPPD_VERSION)
 
-AC_CONFIG_FILES([build_tools/menuselect-deps makeopts])
+AC_CONFIG_FILES([makeopts])
 AC_OUTPUT
 
 AC_MSG_NOTICE(*** dahdi-tools build successfully configured ***)




More information about the svn-commits mailing list