[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
install-exec-hook
From: |
Markus Friedrich |
Subject: |
install-exec-hook |
Date: |
Tue, 12 Oct 2004 13:30:05 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114 |
Hi,
commands of the target install-exec-hook are executed BEFORE the
installation of scripts which are installed to a user directory. I think
this is not correct, because install-exec-hook should be executed AFTER
all installations of executables are done.
For example see the following Makefile.am:
testdir = mydir
test_SCRIPTS = testscript
install-exec-hook:
@echo "Is executed BEFORE testscript is installed"
@echo "in mydir (BUG?)"
@echo "Is executed AFTER the installation of scripts"
@wcho "defined by bin_SCIRPTS (OK!)"
Best regards
Markus
- install-exec-hook,
Markus Friedrich <=