mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
Remove all non header files in linux headers
Report by Joe Locash that a perl script was left in /usr/include with our current instructions
This commit is contained in:
parent
b877b48a51
commit
51b7349a97
@ -59,8 +59,7 @@
|
||||
location.</para>
|
||||
|
||||
<screen><userinput remap="make">make headers
|
||||
find usr/include -name '.*' -delete
|
||||
rm usr/include/Makefile
|
||||
find usr/include -type f ! -name '*.h' -delete
|
||||
</userinput><userinput remap="install">cp -rv usr/include $LFS/usr</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user