dslm4515 / Musl-LFS

Linux From Scratch using Musl as Libc
GNU General Public License v3.0
170 stars 21 forks source link

Pull request for master #63

Closed takusuman closed 2 years ago

takusuman commented 2 years ago

The same GCC fix that i've been doing at 04-gcc.

Remove files from the /tools/include, not from the Kernel source at 05-kernel-headers.

.*.cmd files are essential for compiling the Linux kernel faster (see: https://www.kernel.org/doc/ols/2003/ols2003-pages-185-200.pdf at section 4 "What is new in Linux-2.5/2.6's kbuild?") as i said before in Pull request #61, so we must keep them on the sources if we're wanting to save time and disk access; so instead of removing them from the Kernel source-tree, remove from the toolchain. That's it.

Almost forgot it! Portabilize find pipeline and in fact remove . and ..cmd files at 05-kernel-headers.

Haven't i did this before or i'm mistaken?

Forgot to use ' when calling find at 05-kernel-headers.

takusuman commented 2 years ago

wait, why did i wrote pipeline?

takusuman commented 2 years ago

🤦🏽‍♂️

dslm4515 commented 2 years ago

Looks good!