mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01: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
45aee9aca2
commit
04ab8f12ce
@ -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