tech-toolchain archive

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

Re: dependall ordering



  -dependall:   .NOTMAIN realdepend .MAKE
  -     @cd "${.CURDIR}"; ${MAKE} realall
  +dependall:   .NOTMAIN realdepend .WAIT realall .MAKE

I don't see why depend in one subdir can't be in parallel with make in
another.  Why is the .WAIT necessary?

It seems odd for the order to be different.

I would think anything that depends on ordering should have code to
express this, but I have not yet taken the time to really understand.

Attachment: pgp4cOZYSQXIP.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index