From: Gary Thomas <[EMAIL PROTECTED]>

Many times, the testing tools/infrastructure may not be
wanted/needed.  These changes allow those tools to not be
built if not wanted.

Signed-off-by: Gary Thomas <[EMAIL PROTECTED]>
---
--- /work/ptxdist-trunk/rules/host-ckermit.in   2008-10-29 07:41:07.000000000 
-0600
+++ /tmp/ptx-2008_11_21/ptx/rules/host-ckermit.in       2008-11-19 
07:44:29.000000000 -0700
@@ -1,5 +1,5 @@
 ## SECTION=hosttools_noprompt
 config HOST_CKERMIT
        bool
-       default y
+       default n
 
--- /work/ptxdist-trunk/rules/host-lrzsz.in     2008-11-03 06:37:51.000000000 
-0700
+++ /tmp/ptx-2008_11_21/ptx/rules/host-lrzsz.in 2008-11-19 07:44:28.000000000 
-0700
@@ -1,4 +1,5 @@
 ## SECTION=hosttools_noprompt
 config HOST_LRZSZ
        bool
+       default n
 
--- /work/ptxdist-trunk/rules/host-testframe.in 1969-12-31 17:00:00.000000000 
-0700
+++ /tmp/ptx-2008_11_21/ptx/rules/host-testframe.in     2008-08-28 
08:42:09.000000000 -0600
@@ -0,0 +1,5 @@
+menuconfig HOST_TESTFRAME
+       bool
+       prompt "Host-side testing framework"
+       select HOST_LRZSZ
+       select HOST_CKERMIT
--- /work/ptxdist-trunk/rules/hosttools.in      2008-10-29 07:41:46.000000000 
-0600
+++ /tmp/ptx-2008_11_21/ptx/rules/hosttools.in  2008-11-19 07:44:53.000000000 
-0700
@@ -10,6 +10,7 @@ comment "------------------------------"
 
 source "rules/host-gettext.in"
 source "rules/host-intltool.in"
+source "rules/host-testframe.in"
 
 # automatically selected host tools
 source "generated/hosttools_noprompt.in"

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

--
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to