From efcb3933433838b71f3a4a53ec1ac6d899aaec0b Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 3 May 2020 21:02:51 +0000 Subject: Make the new book git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/sed.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'chapter05/sed.xml') diff --git a/chapter05/sed.xml b/chapter05/sed.xml index 9a945e772..5daaf6b7e 100644 --- a/chapter05/sed.xml +++ b/chapter05/sed.xml @@ -45,21 +45,17 @@ Prepare Sed for compilation: -./configure --prefix=/tools +./configure --prefix=/usr \ + --host=$LFS_TGT \ + --bindir=/bin Compile the package: make - Compilation is now complete. As discussed earlier, running the test - suite is not mandatory for the temporary tools here in this chapter. To run - the Sed test suite anyway, issue the following command: - -make check - Install the package: -make install +make DESTDIR=$LFS install -- cgit v1.2.3-54-g00ecf