Hey,
i want to use install-exec-hook to move a file. I install it with
install-strip.
I would like to know if the install-exec-hook rule is called after
install-strip. If yes, I have a problem :)
thank you
Vincent
Hi Vincent,
* Vincent Torri wrote on Tue, Apr 22, 2008 at 03:17:02PM CEST:
>
> i want to use install-exec-hook to move a file. I install it with
> install-strip.
>
> I would like to know if the install-exec-hook rule is called after
> install-strip.
Yes. The install-exec-hook recipe is execu
I would like to know if the install-exec-hook rule is called after
install-strip.
Yes. The install-exec-hook recipe is executed as part of
install-exec-am. install-strip really calls 'make install'
with some variable settings changed.
If yes, I have a problem :)
Why?
I have the followi
Apologies for mangled accents. Thanks for the translations (though
my French isn't that bad yet). If you want to save yourself work
translating to others, do 'LC_ALL make ...'.
* Vincent Torri wrote on Tue, Apr 22, 2008 at 07:36:41PM CEST:
>
> make INSTALL_PROGRAM="/bin/sh
> /home/torri/tmp/cv
On Tue, 22 Apr 2008, Ralf Wildenhues wrote:
Apologies for mangled accents. Thanks for the translations (though
my French isn't that bad yet). If you want to save yourself work
translating to others, do 'LC_ALL make ...'.
* Vincent Torri wrote on Tue, Apr 22, 2008 at 07:36:41PM CEST:
make
Today I ran into a need to set CPPFLAGS when building files for LIBOBJS
and discovered that there doesn't appear to be any way to do it without
setting CPPFLAGS globally.
I have:
portable_libportable_a_LIBADD = $(LIBOBJS)
If I add:
portable_libportable_a_CPPFLAGS = $(KRB5_LDFLAGS) $(KAFS_LDFLAG
Russ Allbery <[EMAIL PROTECTED]> writes:
> If I add:
>
> portable_libportable_a_CPPFLAGS = $(KRB5_LDFLAGS) $(KAFS_LDFLAGS)
Er, obviously that should be KRB5_CPPFLAGS and KAFS_CPPFLAGS. Sorry about
the confusion.
> it has no effect, which after thinking about it for a moment makes some
> sense.
I'm rewriting the build system for project that is using autotools. The
problem is right now there are over 50 makefiles output which is
creating a bit of a maintenance headache. As such I've moved to a XML
config file that does the heavy lifting of dependency checking for each
moudule (the 50 ma
Hello Gary,
* Gary Kramlich wrote on Wed, Apr 23, 2008 at 03:08:38AM CEST:
> This python script also determines what directories should have
> makefiles created and so on. I've gotten far enough to trick configure
> into outputting all of the make files. (This is done by appending the
> director