mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-07-28 23:27:42 +00:00
11 lines
187 B
Bash
11 lines
187 B
Bash
# Gawk Phase 2
|
|
sed -i 's/extras//' Makefile.in
|
|
|
|
./configure --prefix=/usr \
|
|
--host=$LFS_TGT \
|
|
--build=$(build-aux/config.guess)
|
|
|
|
make
|
|
make DESTDIR=$LFS install
|
|
|