From cf5da6bb0bfe2b8c3bbe0d1aaac3497e0c03f61e Mon Sep 17 00:00:00 2001 From: Chris Staub Date: Mon, 30 Jun 2014 08:50:00 +0000 Subject: Don't need DESTDIR or MANDIR for IPRoute2 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10617 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/iproute2.xml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'chapter06') diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 04b828b5b..8940165b4 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -60,21 +60,7 @@ sed -i 's/arpd.8//' man/man8/Makefile Compile the package: -make DESTDIR= - - - The meaning of the make option: - - - DESTDIR= - - This ensures that the IPRoute2 binaries will install into - the correct directory. By default, DESTDIR is - set to /usr. - - - - +make This package comes with a test suite, but due to assumptions it makes, it is not possible to reliably run these tests from within the chroot @@ -87,9 +73,7 @@ sed -i 's/arpd.8//' man/man8/Makefile Install the package: -make DESTDIR= \ - MANDIR=/usr/share/man \ - DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install +make DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install -- cgit v1.2.3-54-g00ecf