I see that the documentation of Automake suggests:
all-local:
cd subdir && $(MAKE) $(AM_MAKEFLAGS) all
check-local:
cd subdir && $(MAKE) $(AM_MAKEFLAGS) test
clean-local:
cd subdir && $(MAKE) $(AM_MAKEFLAGS) clean
# Assuming the package
Hello Benoît,
* Benoit Sigoure wrote on Mon, Nov 19, 2007 at 10:09:19PM CET:
> On Nov 19, 2007, at 8:05 PM, Ralf Wildenhues wrote:
> > # create a new branch that is identical:
> > git checkout -b my-ternary
> > # now, go back to master and reset that to before the patch:
> > git checkout mast
On Nov 19, 2007, at 8:05 PM, Ralf Wildenhues wrote:
If you have your patch at the top of master, do this:
# ensure master branch is checked out:
git checkout master
# create a new branch that is identical:
git checkout -b my-ternary
# now, go back to master and reset that to before th
* Akim Demaille wrote on Mon, Nov 19, 2007 at 03:29:50PM CET:
>
>>
>> | # transform($TOKEN, \%PAIRS)
>> | -# ==
>> | +# ===
>>
>> Huh?
>
> Due to the smashing of white spaces: the patch actually
> puts a space between transform and (.
Hmm, maybe tha
| # This program is free software; you can redistribute it and/or
modify
| # it under the terms of the GNU General Public License as
published by
| -# the Free Software Foundation; either version 3, or (at your
option)
| +# the Free Software Foundation; either version 2, or (at your
opt
* Akim Demaille wrote on Mon, Nov 19, 2007 at 06:47:41AM CET:
>
> - Don't try to factor calls to install with nobase_*
Could be a first step.
> - Add a special --nobase flag to install-sh and use it
> blindly for nobase_*.
I don't like forced use of install-sh. It's much slower than GNU
coreu
Hello Akim,
* Akim Demaille wrote on Mon, Nov 19, 2007 at 06:26:03AM CET:
>
> I would like to work a bit on the install targets, and before
> starting I felt that some means to factor and to make template
> files more readable were lacking. I propose the following.
| --- a/automake.in
| +++ b/au
Le 19 nov. 07 à 10:31, Ralf Wildenhues a écrit :
Hello Akim,
* Akim Demaille wrote on Mon, Nov 19, 2007 at 06:47:41AM CET:
The first thing I would like to do is to factor the
calls to install, using "install FILES... DIR".
The first thing you should do then is get the GNU Coding Standards
Hello Akim,
* Akim Demaille wrote on Mon, Nov 19, 2007 at 06:47:41AM CET:
>
> The first thing I would like to do is to factor the
> calls to install, using "install FILES... DIR".
The first thing you should do then is get the GNU Coding Standards changed to
allow this, so that Automake can still
On Nov 19, 2007, at 6:26 AM, Akim Demaille wrote:
I would like to work a bit on the install targets, and before
starting I felt that some means to factor and to make template
files more readable were lacking. I propose the following.
diff --git a/automake.in b/automake.in
index 3b96f1b..8
10 matches
Mail list logo