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

sed -i 's/extras//' Makefile.in &&
./configure --prefix=/usr \
            --host="${LFS_TGT}" \
            --build="$(./config.guess)" &&
make &&
make DESTDIR="${LFS}" -j1 install