diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-05-19 19:05:56 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-05-19 19:05:56 +0000 |
commit | 1b3d6df7767bbf3dd98494e36e0bf8ff75e02b5e (patch) | |
tree | b129cdb971bb22f8e28bb4fe2059d14fa46245a9 /chapter06/gettext.xml | |
parent | 4a7709f90b431948d45bf3e3c64b943a19414775 (diff) |
Update to man-pages-5.01.
Update to linux-5.1.3.
Update to iproute2-5.1.0.
Update to gettext-0.20.1.
Update to file-5.37.
Update to e2fsprogs-1.45.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11607 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gettext.xml')
-rw-r--r-- | chapter06/gettext.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 217af33df..6d50449fb 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -52,19 +52,22 @@ There is no reference to 'test' or TEST in gettext-tools/gnulib-tests/Makefile.am --> + <!-- <para>First, suppress two invocations of test-lock which on some machines can loop forever:</para> <screen><userinput remap="pre">sed -i '/^TESTS =/d' gettext-runtime/tests/Makefile.in && -sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen> +sed -i 's/test-lock..EXEEXT.//' gettext-tools/gnulib-tests/Makefile.in</userinput></screen>--> <!-- As of April 11, 2018 appdata.* is NOT in git master, but appears to be in metainfo.{its,loc}, When updating, check BLFS gnome-screenshot. --> + +<!-- <para>Now fix a configuration file:</para> <screen><userinput remap="pre">sed -e '/AppData/{N;N;p;s/\.appdata\./.metainfo./}' \ -i gettext-tools/its/appdata.loc</userinput></screen> - +--> <para>Prepare Gettext for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |