I just discovered that the logs  for 5.23 were not created.is this because
it may have created the logs in the directory that the -C flag refered to?

#5.23
tar xf  gettext-0.19.5.1.tar.xz
cd  gettext-0.19.5.1
cd gettext-tools
EMACS="no" ./configure --prefix=/tools --disable-shared
( make -C gnulib-lib 2>&1 | tee ../5.23.make.gnulib-lib.log && exit
$PIPESTATUS ) && echo GOOD
( make -C intl pluralx.c 2>&1 | tee ../5.23.make.intl.pluralx.c.log && exit
$PIPESTATUS ) && echo GOOD
( make -C src msgfmt 2>&1 | tee ../5.23.make.src.msgfmt.log && exit
$PIPESTATUS ) && echo GOOD
( make -C src msgmerge 2>&1 | tee ../5.23.make.src.msgmerge.log && exit
$PIPESTATUS ) && echo GOOD
( make -C src xgettext 2>&1 | tee ../5.23.make.src.xgettext.log && exit
$PIPESTATUS ) && echo GOOD
cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin
#make check
#( make install 2>&1 | tee ../5.23.makeinstall.log && exit $PIPESTATUS ) &&
echo GOOD
#rm -rf  gettext-0.19.5.1

-- 
:-)~MIKE~(-:
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to