Commit c63a1e3e authored by Benedikt Morbach's avatar Benedikt Morbach Committed by Jorge Lucangeli Obes
Browse files

don't include FAKEROOT in Makefile variables



instead, prepend it when actually using them.
This makes the variables more useful for specifying on the make invocation,
as you don't have to repeat your FAKEROOT/DESTDIR for every variable you
want to set. Just like you can set 'lib' without specifying lib_prefix.

compare:
    make DESTDIR="${somevar}" prefix=/usr/local LIBDIR="${somevar}"/usr/local/lib96 MANDIR="${somevar}"/usr/share/man
to:
    make DESTDIR="${somevar}" prefix=/usr/local LIBDIR=/usr/local/lib96 MANDIR=/usr/share/man

Signed-off-by: default avatarAndrew G Morgan <morgan@kernel.org>
parent d3f16a41
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment