Hi, Junio!
On Mon, 2005-08-08 at 13:53 -0700, Junio C Hamano wrote:
> Seriously, I do not intend to discarded this patch, but I am
> currently not taking Makefile patches unless they fix real
> breakage.
Try "make CFLAGS=-O3"
> I do want to revisit Makefile issues after 0.99.4, along with
> the
Hi,
On Tue, 9 Aug 2005, Horst von Brand wrote:
> Isn't it easier to just use getopt(1)?
Only if GNU getopt is available. On Mac OS X, only the BSD version is
installed by default, which does not handle long options at all.
> Please stop! I'm dizzy already!
:-)
Ciao,
Dscho
-
To unsubscribe f
Junio C Hamano <[EMAIL PROTECTED]> wrote:
> Johannes Schindelin <[EMAIL PROTECTED]> writes:
>
> >> True. My bad old habit.
> >
> > An elegant method to do that:
> >
> > case --some-long-option in "$1"*) ..; esac
>
> You are almost correct, but you need to realize that I generate
> that long "cas
Junio C Hamano <[EMAIL PROTECTED]> writes:
>> - Multiple -m options was actually a feature of my version of the patch.
>
> Ah, OK.
I said "OK" and thought about it again. While thinking about
what is the right inter-message-piece separator for multiple -m
parameters (you use "\n"), I got a heada
Johannes Schindelin <[EMAIL PROTECTED]> writes:
>> True. My bad old habit.
>
> An elegant method to do that:
>
> case --some-long-option in "$1"*) ..; esac
You are almost correct, but you need to realize that I generate
that long "case -s|--s|--so|--som|..." chain using a script that
takes all p
Hi,
On Tue, 9 Aug 2005, Junio C Hamano wrote:
> Johannes Schindelin <[EMAIL PROTECTED]> writes:
>
> > - I don't like the GNU way to abbreviate long options too much...
>
> True. My bad old habit.
An elegant method to do that:
case --some-long-option in "$1"*) ..; esac
Ciao,
Dscho
-
To unsu
Ryan Anderson <[EMAIL PROTECTED]> writes:
> I haven't really given a lot of thought to this yet, but I was thinking
> of something along these lines:
>
> Rename tools/ to mail-tools/, push git-send-email-script into that.
> Create a "porcelain" directory for things like git-bisect-script
> Create
Johannes Schindelin <[EMAIL PROTECTED]> writes:
> I just checked. Three nitpicks:
>
> - I don't like the GNU way to abbreviate long options too much...
True. My bad old habit.
> - Multiple -m options was actually a feature of my version of the patch.
Ah, OK.
> - The "case .. in x) .. ;; esac;
Hi,
On Mon, 8 Aug 2005, Junio C Hamano wrote:
> Johannes, could you sanity check the commit change I have in the
> proposed updates branch when things percolate through kernel.org
> mirror network? I ended up pushing it out before I found you
> already did a patch.
I just checked. Three nitpick
Johannes Schindelin <[EMAIL PROTECTED]> writes:
> I, for one, like the layout. There are not yet enough files to merit a
> hierarchy, and what's more: I can add the source-directory to my PATH and
> be done by compiling every time I pull.
>
> But you're right in any case, it is post 1.0 discussi
Hi,
On Mon, 8 Aug 2005, Ryan Anderson wrote:
> [...]
>
> We should discuss (or just do) a reorganization of how we lay out the
> source tree.
>
> [...]
I, for one, like the layout. There are not yet enough files to merit a
hierarchy, and what's more: I can add the source-directory to my PATH an
On Mon, Aug 08, 2005 at 01:53:24PM -0700, Junio C Hamano wrote:
> I do want to revisit Makefile issues after 0.99.4, along with
> the changes Pasky sent several days ago. Please remind me about
> them after Wednesday.
We should discuss (or just do) a reorganization of how we lay out the
source tr
Pavel Roskin <[EMAIL PROTECTED]> writes:
> Quoting GNU Coding Standards ("info standards"):
>
> "If there are C compiler options that _must_ be used for proper
> compilation of certain files, do not include them in `CFLAGS'. Users
> expect to be able to specify `CFLAGS' freely themselves."
Quoti
Hello!
Quoting GNU Coding Standards ("info standards"):
"If there are C compiler options that _must_ be used for proper
compilation of certain files, do not include them in `CFLAGS'. Users
expect to be able to specify `CFLAGS' freely themselves."
This patch renames COPTS to CFLAGS, because it's
14 matches
Mail list logo