automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Parallel build bug?


From: Joakim Tjernlund
Subject: Parallel build bug?
Date: Wed, 27 Jan 2010 15:05:26 +0100

 make clean
 make -s -j6 all
 make clean
 make -s -j6 install
Works fine but:
 make clean
 make -s -j6 all install
ends up with a:
 mv: cannot stat `.deps/libeq_mib_if_a-eq_mib_equipment.Tpo': No such file or 
directory
 make[1]: *** [libeq_mib_if_a-eq_mib_equipment.o] Error 1
 make[1]: *** Waiting for unfinished jobs....
appears to me that there is some
dependency missing so that both targets is run in parallel.
Is this expected behaviour or a bug?

      Jocke





reply via email to

[Prev in Thread] Current Thread [Next in Thread]