From 37c20632211b15d091b342be7d186e9e8713a4ce Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 6 Apr 2005 22:05:35 +0000 Subject: * Don't use deprecated option style to tar git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4880 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 6fc12efb8..05eff9cc4 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -49,7 +49,7 @@ of achieving a clean build. threading libraries installed by Glibc. Unpack the tarball from within the Glibc source directory: -tar xjvf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2 +tar -xjvf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2 The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf