mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-08-10 03:12:53 +00:00
9 lines
144 B
Bash
9 lines
144 B
Bash
# Linux API headers Phase 1
|
|
make mrproper
|
|
make headers
|
|
|
|
find usr/include -name '.*' -delete
|
|
rm usr/include/Makefile
|
|
cp -r usr/include $LFS/usr
|
|
|