From d9ed5f3758d8c4fee9ddf2e2ffdd13ab7f3f2de5 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 29 Jul 2009 18:09:34 +0000 Subject: Changes several instruvions to add an -v switch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9018 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05') diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index e6738437f..fd0285a69 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -48,7 +48,7 @@ Fix an error in the constants that get passed to the futex system call in some cases, causing certain pthread_mutex operations to fail: -cp nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S{,.orig} +cp -v nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S{,.orig} sed -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \ <nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S.orig \ >nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S -- cgit v1.2.3-54-g00ecf