-
@kate.mason in my case (R4.1) the sudo make prepare required an additional parameter:
sudo make prepare M=$$PWD
Please register or sign in to comment
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
I have this error. Could someone advice?
[user@dom0 5.10.112-1.fc32.qubes.x86_64]$ sudo make prepare
make[1]: *** No rule to make target 'arch/x86/tools/relocs_32.c', needed by 'arch/x86/tools/relocs_32.o'. Stop.
make: *** [arch/x86/Makefile:218: archscripts] Error 2
@kate.mason in my case (R4.1) the sudo make prepare required an additional parameter:
sudo make prepare M=$$PWD
the command sudo make oldconfig && sudo make prepare
should now be:
sudo make oldconfig && sudo make prepare M="$(pwd)"
Why is the command not corrected in the snippet.md in order to be clearer for new visitors?