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 en@quot.header en@boldquot.header 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 $PIPESTATUS 
) &&date > ../FLAG &&echo GOOD

Note that one that output from running this script there is a blinking cursor 
at the bottom but no prompt.                                        
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to