automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: *_DATA primaries tried twice during make install?


From: Harald Dunkel
Subject: Re: *_DATA primaries tried twice during make install?
Date: Wed, 21 Sep 2005 14:42:19 +0200
User-agent: Debian Thunderbird 1.0.2 (X11/20050402)

Stepan Kasal wrote:
> 
> ad 1) The "install-am -> all-am" dependency causes everuthing to be checked.
> 
> ad 2) I see the fillowing dependencies in a Makefile.in:
> 
> install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
> install-binPROGRAMS: $(bin_PROGRAMS)
> install-libLTLIBRARIES: $(lib_LTLIBRARIES)
> 
> Actually, I see no strong reason for _any_ of these two dependencies:
> 
> 
> To conclude:  IMHO we could:
> z) leave it as it is
> a) remove dependency 2), for all primaries
> b) like a), plus remove the install -> all dependency
> 
> Would anyone see any big problem with any of these alternatives?
> 

I like option b). If I did a 'make check' to verify the
generated files, then I want to install these files as
they had been checked.

And as Stepan mentioned, redefining prefix for 'make install'
can have some unpredictable side effects, if it runs 'make all'
first.


Regards

Harri




reply via email to

[Prev in Thread] Current Thread [Next in Thread]