[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] respect DESTDIR
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 05 Jan 2012 17:05:43 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 11714
- References: <874nwfqkgx.fsf@xxxxxxxxxxx>
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?