]> git.ozlabs.org Git - ppp.git/commit - pppd/plugins/radius/Makefile.linux
Add $(INSTDIR) to installation paths in Linux makefiles.
authorPaul Mackerras <paulus@samba.org>
Sun, 4 Jun 2006 05:07:46 +0000 (05:07 +0000)
committerPaul Mackerras <paulus@samba.org>
Sun, 4 Jun 2006 05:07:46 +0000 (05:07 +0000)
commitf59ff103bcb3096e4678625d4d0481f808fd4844
tree244c81a365bf4309fe1fbfe7f85c1018fcf1d7fa
parentd929a8d4e1d3e5ff15068ea3b538598b6d448943
Add $(INSTDIR) to installation paths in Linux makefiles.
Patch from Robert Vogelgesang.

This patch re-introduces the possibility for package maintainers to
install into a different filesystem tree. This is done by adding
$(INSTROOT) at various places; the package maintainers can then
issue a

        make install INSTROOT=/some/where/else

when they package pppd for their distribution.  In previous versions
of the ppp package this was possible using the variable DESTDIR, but
this variable is now used for a different purpose and cannot be
changed via additional parameters of the make command.
chat/Makefile.linux
linux/Makefile.top
pppd/Makefile.linux
pppd/plugins/Makefile.linux
pppd/plugins/radius/Makefile.linux
pppd/plugins/rp-pppoe/Makefile.linux
pppdump/Makefile.linux
pppstats/Makefile.linux