Re: mutt/2538: "make -j2 dist" does not work (bad dependency?)
The following reply was made to PR mutt/2538; it has been noted by GNATS.
From: Vincent Lefevre <vincent@xxxxxxxxxx>
To: bug-any@xxxxxxxxxxxxx
Cc:
Subject: Re: mutt/2538: "make -j2 dist" does not work (bad dependency?)
Date: Thu, 22 Mar 2007 15:22:00 +0100
The problem is still there (with just a "make -j2", BTW):
[...]
Making all in doc
make[2]: Entering directory `/home/vlefevre/software/mutt/mutt/doc'
make makedoc-all
make[3]: Entering directory `/home/vlefevre/software/mutt/mutt/doc'
sed -e 's,@sysconfdir\@,/home/vlefevre/etc,g' -e 's,@bindir\@,/home/vlefe=
vre/i686/bin,g' -e 's,@docdir\@,/home/vlefevre/doc/mutt,g' ./mutt.man > m=
utt.1
(cd .. && make makedoc)
make ../makedoc # we do not want to rebuild the documentation in tarball =
builds
make[4]: Entering directory `/home/vlefevre/software/mutt/mutt/doc'
(cd .. && make makedoc)
make[4]: Entering directory `/home/vlefevre/software/mutt/mutt'
if gcc -DPKGDATADIR=3D\"/home/vlefevre/share/mutt\" -DSYSCONFDIR=3D\"/hom=
e/vlefevre/etc\" -DBINDIR=3D\"/home/vlefevre/i686/bin\" -DMUTTLOCALEDIR=3D=
\"/home/vlefevre/share/locale\" -DHAVE_CONFIG_H=3D1 -I. -I. -I. -I. -I. =
-I./imap -Iintl -I./intl -Wall -pedantic -g -O2 -MT makedoc.o -MD -MP -=
MF ".deps/makedoc.Tpo" -c -o makedoc.o makedoc.c; \
then mv -f ".deps/makedoc.Tpo" ".deps/makedoc.Po"; else rm -f ".d=
eps/makedoc.Tpo"; exit 1; fi
make[5]: Entering directory `/home/vlefevre/software/mutt/mutt'
if gcc -DPKGDATADIR=3D\"/home/vlefevre/share/mutt\" -DSYSCONFDIR=3D\"/hom=
e/vlefevre/etc\" -DBINDIR=3D\"/home/vlefevre/i686/bin\" -DMUTTLOCALEDIR=3D=
\"/home/vlefevre/share/locale\" -DHAVE_CONFIG_H=3D1 -I. -I. -I. -I. -I. =
-I./imap -Iintl -I./intl -Wall -pedantic -g -O2 -MT makedoc.o -MD -MP -=
MF ".deps/makedoc.Tpo" -c -o makedoc.o makedoc.c; \
then mv -f ".deps/makedoc.Tpo" ".deps/makedoc.Po"; else rm -f ".d=
eps/makedoc.Tpo"; exit 1; fi
gcc -Wall -pedantic -g -O2 -o makedoc makedoc.o -lidn=20
mv: cannot stat `.deps/makedoc.Tpo': No such file or directory
--=20
Vincent Lef=E8vre <vincent@xxxxxxxxxx> - 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)