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

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