diff options
author | Masahiro Yamada <[email protected]> | 2015-03-13 15:21:38 +0900 |
---|---|---|
committer | Michal Marek <[email protected]> | 2015-03-24 16:48:44 +0100 |
commit | de4619937229378e81f95e99c9866acc8e207d34 (patch) | |
tree | 6f68d6505ad0dc97d7c3b846c338ec0995f9697f /scripts/gdb/linux/utils.py | |
parent | ad8d40cda3ad22ad9e8863d55a5c88f85c0173f0 (diff) |
kbuild: mergeconfig: fix "jobserver unavailable" warning
If "make kvmconfig" is run with "-j" option, a warning message,
"jobserver unavailable: using -j1. Add `+' to parent make rule.",
is displayed.
$ make -s defconfig
*** Default configuration is based on 'x86_64_defconfig'
#
# configuration written to .config
#
$ make -j8 kvmconfig
Using ./.config as base
Merging ./arch/x86/configs/kvm_guest.config
[ snip ]
#
# merged configuration written to ./.config (needs make)
#
make[2]: warning: jobserver unavailable: using -j1. Add `+' to
parent make rule.
scripts/kconfig/conf --oldconfig Kconfig
[ snip ]
#
# configuration written to .config
#
Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Josh Triplett <[email protected]>
Reviewed-by: Darren Hart <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions