#1952: Different configure commands for toolchain
-----------------------------------------+----------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  [email protected]
     Type:  enhancement                  |      Status:  new                    
      
 Priority:  lowest                       |   Milestone:  Future                 
      
Component:  Book                         |     Version:  SVN                    
      
 Severity:  trivial                      |    Keywords:                         
      
-----------------------------------------+----------------------------------
 Once in a while I'll accidentally skip the:
 {{{
 mkdir ../binutils-build
 cd ../binutils-build
 }}}
 and run:
 {{{
 ../binutils-2.17/configure
 }}}
 and the configure script will still run. I propose changing these commands
 to:
 {{{
 mkdir obj
 cd obj
 }}}
 and
 {{{
 ../configure
 }}}
 so that the configure command only works if you're in the build directory.
 It's more idiot-proof, and is also the example I've found in the official
 GCC build instructions.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/1952>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to