aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/make.sh
blob: 805e61d8483505cd58a9762219eb9a55c3ad0923 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

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