mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-07-28 23:27:42 +00:00
7 lines
105 B
Bash
7 lines
105 B
Bash
# Grep Phase 2
|
|
./configure --prefix=/usr \
|
|
--host=$LFS_TGT
|
|
make
|
|
make DESTDIR=$LFS install
|
|
|