Changeset 51b7349


Ignore:
Timestamp:
08/31/2022 07:34:49 PM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
7b3f5a4, b17c6b2b
Parents:
b877b48a
git-author:
Pierre Labastie <pierre.labastie@…> (08/31/2022 07:32:18 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (08/31/2022 07:34:49 PM)
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

    rb877b48a r51b7349  
    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.