aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/make.sh
blob: e6297ffc14ef3a0421d249bc1a18ca4a7e65ba12 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -e

./configure --prefix=/usr \
            --without-guile \
            --host="${LFS_TGT}" \
            --build="$(build-aux/config.guess)" &&
make &&
make DESTDIR="${LFS}" -j1 install