comparison sources/control-images/lfs-bootstrap/mnt/build/sed.sh @ 1288:c054a7a36cd9

Add rather a lot of Linux From Scratch 6.7 building infrastructure. Needs a bit more debugging.
author Rob Landley <rob@landley.net>
date Wed, 17 Nov 2010 22:09:19 -0600
parents a4cb2ed0a551
children
comparison
equal deleted inserted replaced
1287:7862497b28e0 1288:c054a7a36cd9
1 #!/bin/sh 1 #!/bin/sh
2 2
3 ./configure --prefix=/usr --bindir=/bin --htmldir=/usr/share/doc/sed-4.2.1 && 3 ./configure --prefix=/usr --bindir=/bin --htmldir=/usr/share/doc/sed &&
4 make -j $CPUS || exit 1 4 make -j $CPUS || exit 1
5 5
6 if [ ! -z "$DOCS" ] 6 if [ ! -z "$DOCS" ]
7 then 7 then
8 make html && 8 make html &&