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

Re: [PATCH] respect DESTDIR



In [emacs-w3m : No.11713] Elias Pipping wrote:
> I'm attaching a patch that makes the build system respect the variable
> DESTDIR.

Thanks.  I read the GNU Coding Standard: DESTDIR, and saw we'd
better support it.  Maybe not only `install-lisp' but also
`install-info', `what-where', and others should respect it.
I'll work on it later.

[...]

>  install-lisp: lisp
> -	@$(SHELL) $(srcdir)/mkinstalldirs $(lispdir);\
> +	@$(SHELL) $(srcdir)/mkinstalldirs $(DESTDIR)/$(lispdir);\
                                               -----^
Isn't this slash surplus?