[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4ddd695d-af3d-f3c0-67bf-27d9ef6b91ac@landley.net>
Date: Wed, 19 Oct 2022 05:06:42 -0500
From: Rob Landley <rob@...dley.net>
To: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: make all modules_install -j 2 breaks on modules.order.
$ make -j 2 INSTALL_MOD_PATH=$PWD/blah all modules_install
HOSTCC scripts/basic/fixdep
SYSHDR arch/x86/include/generated/uapi/asm/unistd_32.h
SYSHDR arch/x86/include/generated/uapi/asm/unistd_64.h
SYSHDR arch/x86/include/generated/uapi/asm/unistd_x32.h
SYSTBL arch/x86/include/generated/asm/syscalls_32.h
SYSHDR arch/x86/include/generated/asm/unistd_32_ia32.h
SYSHDR arch/x86/include/generated/asm/unistd_64_x32.h
SYSTBL arch/x86/include/generated/asm/syscalls_64.h
HOSTCC arch/x86/tools/relocs_32.o
HOSTCC arch/x86/tools/relocs_64.o
HOSTCC arch/x86/tools/relocs_common.o
HOSTCC scripts/kallsyms
HOSTLD arch/x86/tools/relocs
HOSTCC scripts/sorttable
sed: can't read modules.order: No such file or directory
make: *** [Makefile:1483: __modinst_pre] Error 2
make: *** Waiting for unfinished jobs....
Missing dependency somewhere?
Rob
Powered by blists - more mailing lists