имеется арч,i3wm
интересует, почему ядро не хочет собираться по офф гайду в редми?
Build directory for the kernel
------------------------------
When compiling the kernel, all output files will per default be
stored together with the kernel source code.
Using the option ``make O=output/dir`` allows you to specify an alternate
place for the output files (including .config).
Example::
kernel source code: /usr/src/linux-4.X
build directory: /home/name/build/kernel
To configure and build the kernel, use::
cd /usr/src/linux-4.X
make O=/home/name/build/kernel menuconfig
make O=/home/name/build/kernel
sudo make O=/home/name/build/kernel modules_install install
Please note: If the ``O=output/dir`` option is used, then it must be
used for all invocations of make.
ошибка происходит на стадии «make O=/home/name/build/kernel», ошибка в MakeFile
$ cat -b /usr/src/pf-kernel-4.10-pf1/Makefile|grep 1014
1014 @cp -f $(objtree)/modules.builtin $(MODLIB)/
П.С. при обычной сборке через make без перенаправления выхода все нормально