From c911069f9a951e8f378f6b50d1b4f92fe168f114 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 6 May 2020 13:04:34 +0000 Subject: Move bison and flex to chroot, they do not need themselves for being built git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11838 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/flex.xml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'chapter05/flex.xml') diff --git a/chapter05/flex.xml b/chapter05/flex.xml index 5761e82e5..88e263413 100644 --- a/chapter05/flex.xml +++ b/chapter05/flex.xml @@ -46,36 +46,34 @@ Prepare Flex for compilation: ./configure --prefix=/usr \ - --host=$LFS_TGT \ - --build=$(build-aux/config.guess) \ - --disable-bootstrap \ --docdir=/usr/share/doc/flex-&flex-version; + Compile the package: make Install the package: -make DESTDIR=$LFS install +make install -- cgit v1.2.3-54-g00ecf