This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: 52-factored-install.patch
- To: Akim Demaille <akim at epita dot fr>
- Subject: Re: 52-factored-install.patch
- From: Tom Tromey <tromey at redhat dot com>
- Date: 21 Feb 2001 19:58:54 -0700
- Cc: Automake <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <E14VfmN-0007Mn-00@nostromo.lrde.epita.fr>
- Reply-To: tromey at redhat dot com
>>>>> "Akim" == Akim Demaille <akim@epita.fr> writes:
Akim> This patch applies the same transformation, factoring, to
Akim> install-data, install-exec and uninstall.
Akim> Below are first presented the Makefiles of Automake. There is
Akim> obviously a problem, which I do not solve in this already too
Akim> long patch, but will address later: what do with empty targets.
This patch is ok, but please don't check it in until the subsequent
patch is available and ok'd.
Akim> Also, I have not really understood why the -hooks had to be run
Akim> explicitly by invoking make again instead of just listing them
Akim> as dependencies.
This patch appears to preserve the current -hook implementation.
That's good.
Tom