From dc96e56c08516c684864e0df3ee002f85f055068 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 12 Jul 2009 16:48:19 +0000 Subject: Change output if readelf to render on one line like the actual output. Update formatting for pdf. This is appearance only and did not change version number. Fixes Ticket #2438. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 9aee47585..f88922be7 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -113,8 +113,10 @@ tst-fgetwc-ENV = LOCPATH=$(common-objpfx)localedata' libio/Makefile< Fix an error in the constants that get passed to the futex system call in some cases, causing certain pthread_mutex operations to fail: -sed -i -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \ - nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S + +sed -i \ + -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \ + nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf