view sources/control-images/lfs-bootstrap/mnt/build/module-init-tools.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
children af9bf62b325b
line wrap: on
line source

#!/bin/sh

echo '.so man5/modprobe.conf.5' > modprobe.d.5 || exit 1

if [ ! -z "$CHECK" ]
then
  ./configure &&
  make check &&
  ./tests/runtests &&
  make clean || exit 1
fi

./configure --prefix=/ --enable-zlib-dynamic --mandir=/usr/share/man &&
make -j $CPUS &&
make INSTALL=install install