[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
uninstall does not call its hook
From: |
Steve M. Robbins |
Subject: |
uninstall does not call its hook |
Date: |
Sun, 30 Sep 2001 01:13:56 -0400 |
User-agent: |
Mutt/1.3.22i |
Hi,
I used the install-data-hook to install some extra stuff. Then "make
distcheck" complains that there are "files left after distclean".
So I added an "uninstall-hook" to remove them, but the uninstall hook
is never executed.
Here's an example Makefile.am fragment. A complete example is attached.
-Steve
install-data-hook:
touch $(DESTDIR)$(pkgdatadir)/bar
uninstall-hook:
rm -f $(DESTDIR)$(pkgdatadir)/bar
--
by Rocket to the Moon,
by Airplane to the Rocket,
by Taxi to the Airport,
by Frontdoor to the Taxi,
by throwing back the blanket and laying down the legs ...
- They Might Be Giants
distcheck-0.1.0.tar.gz
Description: Binary data
- uninstall does not call its hook,
Steve M. Robbins <=