From: Johansson Erik-E. <eri...@mo...> - 2007-06-20 06:59:08
|
> -----Original Message----- > From: Paul Mundt [mailto:le...@li...] > which went in during the 2.6.16-rc1 merge window. So even your 2.6.17 tree > should have this. Both of these are also FORCE'd (which is also in the > phony > targets), so the race you describe should be impossible. Confused. Yes, we have it in our tree as well. The problem is that when building in parallel, the maketools target may be built before .cpu and .mach, resulting in a missing asm-sh directory. FORCE only forces the targets to be built every time, it doesn't force the ordering. /Erik |