[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automake-1.4-p2 uninstall target bug
From: |
Gary V . Vaughan |
Subject: |
Re: automake-1.4-p2 uninstall target bug |
Date: |
Sun, 15 Jul 2001 17:15:08 +0100 |
Salut!
On Thursday 14 June 2001 4:12 pm, Bruno Haible wrote:
> Then misc/Makefile.in line 175 will read
>
> rm -f $(lispdir)/$$p $(DESTDIR)$(lispdir)/$${p}c; \
>
> such that "make uninstall" will not remove the .el file if DESTDIR is set
> to a nonempty value.
>
> A fix that works for me is to rewrite that line to
>
> rm -f $(DESTDIR)$(lispdir)/$$p $(DESTDIR)$(lispdir)/$${p}c; \
>
> I have already reported this bug a long time ago, but there has been no
> automake release since then that fixes it.
Applied to branch-1-4.
Cheers,
Gary.
--
())_. Gary V. Vaughan gary@(oranda.demon.co.uk|gnu.org
( '/ Research Scientist http://www.oranda.demon.co.uk ,_())____
/ )= GNU Hacker http://www.gnu.org/software/libtool \' `&
`(_~)_ Tech' Author http://sources.redhat.com/autobook =`---d__/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: automake-1.4-p2 uninstall target bug,
Gary V . Vaughan <=