Changeset 04ab8f12


Ignore:
Timestamp:
08/31/2022 07:32:18 PM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2
Parents:
45aee9a
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/linux-headers.xml

    r45aee9a r04ab8f12  
    6060
    6161<screen><userinput remap="make">make headers
    62 find usr/include -name '.*' -delete
    63 rm usr/include/Makefile
     62find usr/include -type f ! -name '*.h' -delete
    6463</userinput><userinput remap="install">cp -rv usr/include $LFS/usr</userinput></screen>
    6564
Note: See TracChangeset for help on using the changeset viewer.