Hi Gary, Thanks for your patches!
On Fri, Nov 21, 2008 at 03:42:10PM -0700, Gary Thomas wrote: > 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. This is a good idea! > > 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 Your patches are somehow damaged; patches have usually the same "path depth" in both the + and - version. How did you create them? > @@ -1,5 +1,5 @@ > ## SECTION=hosttools_noprompt > config HOST_CKERMIT > bool > - default y > + default n Default n is the default, so I removed these in the commit. > --- /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 > See above. > --- /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" Applied, thanks. rsc -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Peiner Straße 6-8, 31137 Hildesheim, Germany Phone: +49-5121-206917-0 | Fax: +49-5121-206917-5555 -- ptxdist mailing list [email protected]
