bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#57771: 28.2; ’uninstall’ make target does not remove .eln native com


From: Eli Zaretskii
Subject: bug#57771: 28.2; ’uninstall’ make target does not remove .eln native compiled files
Date: Wed, 14 Sep 2022 15:17:44 +0300

> From: Alfredo Finelli <alf@computationes.de>
> Cc: 57771@debbugs.gnu.org
> Date: Wed, 14 Sep 2022 09:34:33 +0200
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > Does the patch below give good results?
> >
> > diff --git a/Makefile.in b/Makefile.in
> > index d288bac..3f811ea 100644
> > --- a/Makefile.in
> > +++ b/Makefile.in
> > @@ -844,7 +844,7 @@ uninstall:
> >     rm -f "$(DESTDIR)$(includedir)/emacs-module.h"
> >     $(MAKE) -C lib-src uninstall
> >     -unset CDPATH; \
> > -   for dir in "$(DESTDIR)${lispdir}" "$(DESTDIR)${etcdir}" ; do    \
> > +   for dir in "$(DESTDIR)${lispdir}" "$(DESTDIR)${etcdir}" 
> > "$(ELN_DESTDIR)" ; do   \
> >       if [ -d "$${dir}" ]; then                     \
> >         case `cd "$${dir}" ; /bin/pwd` in           \
> >           "`cd ${srcdir} ; /bin/pwd`"* ) ;;         \
> 
> Thank you for your prompt reply!  After testing it I can confirm that the
> patch solves the problem.

Thanks, installed on the emacs-28 branch, and closing the bug report.





reply via email to

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