[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] respect DESTDIR
- From: Elias Pipping <pipping@xxxxxxxxxxx>
- Date: Thu, 05 Jan 2012 10:49:18 +0100
- X-ml-name: emacs-w3m
- X-mail-count: 11715
- References: <874nwfqkgx.fsf@xxxxxxxxxxx> <b4mvcoq4lrc.fsf@xxxxxxx>
Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
> 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?
Yes it is.
Best regards,
Elias Pipping