diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 31fe6c857..fa3ba061c 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -91,7 +91,7 @@ mv glibc-libidn-&glibc-version; libidn</userinput></screen>--> <para>First apply two patches which correct failures in the test suite:</para> -<screen><userinput remap="pre">patch -Np1 -i &glibc-iconv-test-fixes-patch; && +<screen><userinput remap="pre">patch -Np1 -i &glibc-iconv-test-fixes-patch; patch -Np1 -i &glibc-ildoubl-test-fix-patch;</userinput></screen> @@ -147,7 +147,7 @@ cd ../glibc-build</userinput></screen> build tree to prevent a couple of test failures, then test the results:</para> -<screen><userinput remap="test">cp -v ../glibc-&glibc-version;/iconvdata/gconv-modules iconvdata && +<screen><userinput remap="test">cp -v ../glibc-&glibc-version;/iconvdata/gconv-modules iconvdata make -k check 2>&1 | tee glibc-check-log grep Error glibc-check-log</userinput></screen> |