Andrew Benton wrote these words on 06/03/05 14:48 CST: > tar xjf foo-bar.tar.bz2 && > cd foo-bar && > ./configure --prefix=/usr && > make && > make install && > cd .. && > rm -rf foo-bar && > ldconfig &&
What? No 'make check'? :-) I too have custom scripts that I've written that do my LFS builds. I second Andrew's recommendation that you write scripts and learn to do everything on your own. You will learn more that way. -- Randy rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3] [GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686] 14:54:00 up 62 days, 14:27, 2 users, load average: 0.09, 0.04, 0.01 -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
