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.
-
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
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
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
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.
--