Author: robert Date: 2008-10-26 01:35:21 -0600 (Sun, 26 Oct 2008) New Revision: 1474
Modified: branches/Onward/temporary_system/gettext.txt Log: Install all of Gettext, to avoid issues with cvs versions of Binutils and GCC. This also helps with uClibc later. Modified: branches/Onward/temporary_system/gettext.txt =================================================================== --- branches/Onward/temporary_system/gettext.txt 2008-10-26 07:16:31 UTC (rev 1473) +++ branches/Onward/temporary_system/gettext.txt 2008-10-26 07:35:21 UTC (rev 1474) @@ -1,10 +1,9 @@ # Temporary tools - Gettext -cd gettext-tools/ && mkdir -v obj/ && cd obj/ && -../configure --prefix=/tools --disable-shared && -make -C gnulib-lib && -make -C src msgfmt && -install -v src/msgfmt /tools/bin/ +../configure --prefix=/tools \ + --infodir=$(pwd)/DESTDIR --mandir=$(pwd)/DESTDIR && +make && +make install -- http://linuxfromscratch.org/mailman/listinfo/hlfs-book FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
