mirror of
https://github.com/krglaws/MyLFS.git
synced 2026-01-13 20:19:09 +00:00
10 lines
184 B
Bash
10 lines
184 B
Bash
# Make Phase 2
|
|
./configure --prefix=/usr \
|
|
--without-guile \
|
|
--host=$LFS_TGT \
|
|
--build=$(build-aux/config.guess)
|
|
|
|
make
|
|
make DESTDIR=$LFS install
|
|
|