From f0f7ea0c383e2478f1fcaed9162a2c31c5173d81 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 21 Aug 2012 02:43:33 +0000 Subject: Upgrade to coreutils-8.19. Upgrade to grep-2.14. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/coreutils.xml | 5 ++--- chapter06/glibc.xml | 8 +++++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'chapter06') diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 1b0906cec..f0cd87452 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -103,9 +103,8 @@ chown -Rv nobody . - Now run the tests. One test case, test-parse-datetime, will - fail because the regression test has not been updated for the latest - time zone data. + Now run the tests. Make sure the PATH in the su + environment includes /tools/bin. su nobody -s /bin/bash -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes -k check || true" diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 11dc4f44c..7e86ba5fd 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -316,12 +316,14 @@ EOF tar -xf ../tzdata&tzdata-version;.tar.gz mkdir -pv /usr/share/zoneinfo/{posix,right} && + for tz in etcetera southamerica northamerica europe africa antarctica \ - asia australasia backward pacificnew solar87 solar88 solar89 systemv; do - zic -L /dev/null -d /usr/share/zoneinfo -y "sh yearistype.sh" ${tz} && - zic -L /dev/null -d /usr/share/zoneinfo/posix -y "sh yearistype.sh" ${tz} && + asia australasia backward pacificnew solar87 solar88 solar89 systemv; do + zic -L /dev/null -d /usr/share/zoneinfo -y "sh yearistype.sh" ${tz} && + zic -L /dev/null -d /usr/share/zoneinfo/posix -y "sh yearistype.sh" ${tz} && zic -L leapseconds -d /usr/share/zoneinfo/right -y "sh yearistype.sh" ${tz} done + cp -v zone.tab /usr/share/zoneinfo && zic -d /usr/share/zoneinfo -p America/New_York -- cgit v1.2.3-54-g00ecf