* errs from build/makefiles
@ 2005-09-09 19:21 carbonated beverage
2005-09-09 20:59 ` Sam Ravnborg
0 siblings, 1 reply; 3+ messages in thread
From: carbonated beverage @ 2005-09-09 19:21 UTC (permalink / raw)
To: linux-kernel
I'm assuming some bash-isms crept into the tree, as I got these:
LD net/built-in.o
/bin/sh: +@: not found
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
CHK include/linux/compile.h
dnsdomainname: Unknown host
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD vmlinux
SYSMAP System.map
(Note, I was building with -j3)
As the system I was using is a bit... er.... slow, I'd prefer not to kick
off another build with V=1 :-)
Not to mention, egrep -r is kinda painful over NFS on a slow link.
Pulled via git (after fixing git scripts to use bash instead of /bin/sh):
$ cat .git/HEAD
5f5024130287a9467a41b9f94ec170958ae45cbd
-- DN
Daniel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: errs from build/makefiles
2005-09-09 19:21 errs from build/makefiles carbonated beverage
@ 2005-09-09 20:59 ` Sam Ravnborg
2005-09-09 21:29 ` carbonated beverage
0 siblings, 1 reply; 3+ messages in thread
From: Sam Ravnborg @ 2005-09-09 20:59 UTC (permalink / raw)
To: carbonated beverage; +Cc: linux-kernel
On Fri, Sep 09, 2005 at 12:21:13PM -0700, carbonated beverage wrote:
> I'm assuming some bash-isms crept into the tree, as I got these:
>
> LD net/built-in.o
> /bin/sh: +@: not found
> make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
Using the ':' buildin in several places is such a speedup for normal
usage that I do not plan to replace it with anything else.
Sam
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: errs from build/makefiles
2005-09-09 20:59 ` Sam Ravnborg
@ 2005-09-09 21:29 ` carbonated beverage
0 siblings, 0 replies; 3+ messages in thread
From: carbonated beverage @ 2005-09-09 21:29 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: linux-kernel
On Fri, Sep 09, 2005 at 10:59:46PM +0200, Sam Ravnborg wrote:
> Using the ':' buildin in several places is such a speedup for normal
> usage that I do not plan to replace it with anything else.
So what about adding SHELL=bash at the top-level makefile?
-- DN
Daniel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-09-09 21:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-09 19:21 errs from build/makefiles carbonated beverage
2005-09-09 20:59 ` Sam Ravnborg
2005-09-09 21:29 ` carbonated beverage
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®