[<prev] [next>] [day] [month] [year] [list]
Message-ID: <47EAB9BB.5070209@s5r6.in-berlin.de>
Date:	Wed, 26 Mar 2008 22:01:47 +0100
From:	Stefan Richter <stefanr@...6.in-berlin.de>
To:	linux-kernel@...r.kernel.org
Subject: "make -j5 clean" breaks subsequent build
linux-2.6.25-rc6:
$ while make -j5 clean all; do :; done
will eventually fail in make all due to target files not found.  The 
files differ from failure to failure.
$ while make clean && make -j5 all; do :; done
works fine in the very same source tree.  Happens on two different dual 
core PCs and different filesystems.  I have not yet tested if any other 
linux versions are affected.
(This has to be a known issue; isn't it?)
-- 
Stefan Richter
-=====-==--- --== ==-=-
http://arcgraph.de/sr/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
