[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Parallel build dependency locking
From: |
Boris Kolpackov |
Subject: |
Re: Parallel build dependency locking |
Date: |
Thu, 9 Jun 2005 13:57:35 +0000 (UTC) |
User-agent: |
nn/6.6.5+RFC1522 |
Christopher Sean Morrison <address@hidden> writes:
> Sounds like
> it's fairly safe to presume that there's no concurrent make file/job
> locking across to submakes (e.g. some file-based semaphore locking,
> shared memory locking, etc). Is this a bug/feature request worth
> reporting?
No. ;-)
Seriously, if you are building the same target more than once then
it's a bug in your makefile and you normally wouldn't want make to
hide it from you.
-boris
- Parallel build dependency locking, Christopher Sean Morrison, 2005/06/08
- Re: Parallel build dependency locking, Boris Kolpackov, 2005/06/08
- Re: Parallel build dependency locking, Christopher Sean Morrison, 2005/06/08
- Re: Parallel build dependency locking,
Boris Kolpackov <=
- Re: Parallel build dependency locking, Christopher Sean Morrison, 2005/06/09
- Re: Parallel build dependency locking, John Graham-Cumming, 2005/06/09
- Re: Parallel build dependency locking, Christopher Sean Morrison, 2005/06/09
- Re: Parallel build dependency locking, John Graham-Cumming, 2005/06/09
- Re: Parallel build dependency locking, Paul D. Smith, 2005/06/10