> Module Name:  src
> Committed By: dholland
> Date:         Thu May 27 06:58:15 UTC 2010
> 
> Modified Files:
>       src/sys/arch/arc/stand/boot: Makefile
 :
>       src/sys/arch/zaurus/stand/zboot: Makefile

> Log Message:
> Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.
> trees, because it can race with the libsa/libkern/etc. makefiles' own
> cleandir rules. I think I've found all of the uses of the offending idiom...
> Closes PR 43360.

Does it really affect all these ports?
Isn't it i386/stand/bootxx specific issue?

I think the problem is that i386/stand/bootxx shares
one common LIBOBJ among multiple bootxx_foo subdirectories,
and most ports build libsa/libkern/libz per each directory,
or enter a directory for common libs before other boot programs.
(though landisk might have the same problem as i386)
---
Izumi Tsutsui

Reply via email to