Garrett Gaston wrote: > > Below is what I'M getting: > if test "bash" = "gettext-tools"; then \ /bin/sh > /sources/Chapter-6/6.31._Bash-4.2/bash-4.2/./support/mkinstalldirs > /usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin > quot.sed boldquot.sed [email protected] [email protected] insert-header.sin > Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ > /usr/share/gettext/po/$file; \ done; \ for file in Makevars; do > \ rm -f /usr/share/gettext/po/$file; \ done; \else \ : ; \fimake[1]: > Leaving directory `/sources/Chapter-6/6.31._Bash-4.2/bash-4.2/po' > > Here is my script from > http://www.linuxfromscratch.org/lfs/view/stable/chapter06/bash.html > ( patch -Np1 -i ../../../bash-4.2-fixes-4.patch 2>&1 | tee patch-bash.log > && exit $PIPESTATUS ) &&( ./configure --prefix=/usr --bindir=/bin \ > --htmldir=/usr/share/doc/bash-4.2 --without-bash-malloc \ > --with-installed-readline 2>&1 | tee > configure-bash.log && exit $PIPESTATUS ) &&( make > 2>&1 | tee make-bash.log && exit > $PIPESTATUS ) &&chown -Rv nobody . > > &&su-tools nobody -s /bin/bash -c "make tests" > > &&( make install > 2>&1 | tee make-install.log && exit $PIPESTATUS ) &&( exec /bin/bash > --login +h 2>&1 | tee exec-login.log && > exit $PIPESTAT US ) &&da te > ../FLAG &&echo GOOD > > Note that one that output from running this script there is a blinking cursor > at the bottom but no prompt.
Reformat it for your mail client so it is readable. (Add new lines). -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
