Robert Schwebel wrote:
> On Sun, Nov 23, 2008 at 05:11:57AM -0700, Gary Thomas wrote:
>>>> +## SECTION=communication
>>>> +menuconfig CKERMIT
>>>> + tristate
>>>> + prompt "Columbia Univ 'kermit' terminal program"
>>> short names, please
>> Note: I didn't understand this comment - left unchanged for now.
>> The remainder adds the canonical patch treatment.
>
> The "prompt"s are the menu entries, which are usually short names such
> as "ckermit". Longer descriptions should go into the "help" section.
>
>> --- patches/cku211/generic/cross-build.patch (revision 4690)
>> +++ patches/cku211/generic/cross-build.patch (working copy)
>> @@ -1,3 +1,11 @@
>> +Subject: Enable cross build
>> +From: Gary Thomas <[EMAIL PROTECTED]>
>> +
>> +Minor Makefile changes to allow package to be cross-built
>> +for targets.
>> +
>> +Signed-off-by: Gary Thomas <[EMAIL PROTECTED]>
>> +
>
> Applied, thanks.
>
> Your patches still seem to be broken; make sure you can save your own
> mail, then apply it to a clean trunk with "patch -p1 < your_patch". I
> fixed it manually.
Just a matter of where/how I made the diffs (using SVN) - I normally
use -p0 patches internally. How about this (hopefully fixes both issues)?
--- ptx/rules/ckermit.in (revision 4690)
+++ ptx/rules/ckermit.in (working copy)
@@ -1,9 +1,10 @@
## SECTION=communication
menuconfig CKERMIT
tristate
- prompt "Columbia Univ 'kermit' terminal program"
+ prompt "C-Kermit"
select NCURSES
help
- Basic file transfer & terminal control
+ Columbia Univ 'kermit' terminal program, provides
+ basic file transfer & serial port control
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
--
ptxdist mailing list
[email protected]