Re: [libssh2] indent mini script

2007-08-08 Thread Guenter Knauf
Hi, > Really my concern is that there are now several scripts in the top-level > directory; maketgz, get_ver.awk, buildconf.. That feels somewhat messy get_ver.awk is my babe, and it can live in any subdirectory of choice; no need to be in the root. Guen. -

Re: [libssh2] indent mini script

2007-08-07 Thread Simon Josefsson
Daniel Stenberg <[EMAIL PROTECTED]> writes: > On Tue, 7 Aug 2007, Simon Josefsson wrote: > >> Can't we use a make target for this, rather than a script? I'm >> thinking 'make indent'. > > Yeah, sure. But I don't think people will use it uncondionally on a > lot of source files very often so it wi

Re: [libssh2] indent mini script

2007-08-07 Thread Daniel Stenberg
On Tue, 7 Aug 2007, Simon Josefsson wrote: > Can't we use a make target for this, rather than a script? I'm thinking > 'make indent'. Yeah, sure. But I don't think people will use it uncondionally on a lot of source files very often so it will make more sense to be used like "./indent.sh myne

Re: [libssh2] indent mini script

2007-08-07 Thread Simon Josefsson
Daniel Stenberg writes: > On Tue, 7 Aug 2007, Thomas Harding wrote: > >> just a one-line script to help with indent. > > I would rather prefer the longer version I posted in my commit message as that > is more elaborate on exactly what it does. I also prefer your version, since I assume it is

Re: [libssh2] indent mini script

2007-08-07 Thread Daniel Stenberg
On Tue, 7 Aug 2007, Thomas Harding wrote: > just a one-line script to help with indent. I would rather prefer the longer version I posted in my commit message as that is more elaborate on exactly what it does. I'll commit that soonish if nobody else does. --