lkml.org 
[lkml]   [2003]   [Feb]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [Bug 423] New: make -j X bzImage gives a warning
> On Fri, Feb 28, 2003 at 12:49:45PM -0800, Martin J. Bligh wrote:
>> http://bugme.osdl.org/show_bug.cgi?id=423
>>
>> Summary: make -j X bzImage gives a warning
>> Kernel Version: 2.5.63
>> Status: NEW
>> Severity: low
>> Owner: zippel@linux-m68k.org
>
> Feel free to bug me with kbuild related issues.
> In this area Roman is 'only' taking care of kconfig & related issues AFAIK.
>
>> make -j X bzImage gives a warning:
>>
>> make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make
>> rule.
>>
>> Can we get rid of this one way or the other?
>
> I have tried before - no luck.
> This one happens due to a $(Q)$(MAKE) used as part of a $(if
> construct in the top-level Makefile.
> See around line 335 - 345.
> It requires more than trivial changes to get rid of this one.

This bit?

define rule_vmlinux__
set -e
$(if $(filter .tmp_kallsyms%,$^),,
echo ' Generating build number'
. $(src)/scripts/mkversion > .tmp_version
mv -f .tmp_version .version
$(Q)$(MAKE) $(build)=init
)
$(call cmd,vmlinux__)
echo 'cmd_$@ := $(cmd_vmlinux__)' > $(@D)/.$(@F).cmd
endef

Is it possible to define $(SINGLE_MAKE) or something as well as $(MAKE),
where it strips the -j, and use that in the instances where it can't
take a -j? Would be nice to get rid of that one last warning ... ;-)

M.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.098 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site