zsh-workers
 help / color / mirror / code / Atom feed
* Building zsh should work with "make -j2"
@ 2007-01-12 23:58 Vincent Lefevre
  2007-01-13 18:21 ` Bart Schaefer
  0 siblings, 1 reply; 6+ messages in thread
From: Vincent Lefevre @ 2007-01-12 23:58 UTC (permalink / raw)
  To: zsh-workers

Hi,

When building zsh with make -j2, in fact

make () {
        command make -j2 "$@" 2>&1 | eet -f make -m bold
}

with a colorizing script, I had the following problem:

make[1]: Entering directory `/home/vlefevre/software/zsh-4.3.2/Src'
rm -f stamp-modobjs.tmp
cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod
creating Src/Makemod.in
config.status: creating Src/Makemod
make[2]: Entering directory `/home/vlefevre/software/zsh-4.3.2/Src'
echo 'timestamp for *.mdd files' > ../Src/modules.stamp
creating Src/Builtins/Makefile.in
config.status: creating Src/Builtins/Makefile
make[3]: Entering directory `/home/vlefevre/software/zsh-4.3.2/Src/Builtins'
make[3]: Leaving directory `/home/vlefevre/software/zsh-4.3.2/Src/Builtins'
creating Src/Modules/Makefile.in
config.status: creating Src/Modules/Makefile
make[3]: Entering directory `/home/vlefevre/software/zsh-4.3.2/Src/Modules'
make[3]: Leaving directory `/home/vlefevre/software/zsh-4.3.2/Src/Modules'
creating Src/Zle/Makefile.in
config.status: creating Src/Zle/Makefile
make[3]: Entering directory `/home/vlefevre/software/zsh-4.3.2/Src/Zle'
make[3]: Leaving directory `/home/vlefevre/software/zsh-4.3.2/Src/Zle'
make[2]: Leaving directory `/home/vlefevre/software/zsh-4.3.2/Src'
make[2]: Entering directory `/home/vlefevre/software/zsh-4.3.2/Src'
mawk -f ./signames1.awk /usr/include/bits/signum.h >sigtmp.c
make[2]: Entering directory `/home/vlefevre/software/zsh-4.3.2/Src'
mawk -f ./signames1.awk /usr/include/bits/signum.h >sigtmp.c
gcc -E sigtmp.c >sigtmp.out
gcc -E sigtmp.c >sigtmp.out
mawk -f ./signames2.awk sigtmp.out > signames.c
rm -f sigtmp.c sigtmp.out
mawk -f ./signames2.awk sigtmp.out > signames.c
mawk: cannot open sigtmp.out (No such file or directory)
[...]

A dependency bug in the Makefile?

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-01-15  1:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-12 23:58 Building zsh should work with "make -j2" Vincent Lefevre
2007-01-13 18:21 ` Bart Schaefer
2007-01-14 20:10   ` Vincent Lefevre
2007-01-14 20:30     ` Bart Schaefer
2007-01-15  0:26       ` Vincent Lefevre
2007-01-15  1:57         ` Dan Nelson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).