1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-08-06 11:12:03 +00:00
Files
MyLFS-big_bash_script/phase2/make.sh
2022-03-26 17:55:10 -04:00

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