From bd899fb2652b66bb206c14c77716064490cf30c1 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 27 Jan 2012 20:39:49 +0000 Subject: Update scripts to support BLFS bridge devices. Cosmetic cleanups git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/coreutils.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chapter06/coreutils.xml') diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 226a1d9bd..1d0edba88 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -64,8 +64,9 @@ esac Now prepare Coreutils for compilation: -./configure --prefix=/usr --libexecdir=/usr/lib \ ---enable-no-install-program=kill,uptime +./configure --prefix=/usr \ + --libexecdir=/usr/lib \ + --enable-no-install-program=kill,uptime The meaning of the configure options: -- cgit v1.2.3-54-g00ecf