mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-08-05 18:35:49 +00:00
8 lines
132 B
Bash
8 lines
132 B
Bash
# Linux API headers Phase 1
|
|
make mrproper
|
|
make headers
|
|
|
|
find usr/include -type f ! -name '*.h' -delete
|
|
cp -rv usr/include $LFS/usr
|
|
|