2010-11-19 00:28:16 -08:00
|
|
|
echo n2-$1
|
2010-11-19 00:55:36 -08:00
|
|
|
echo $1 >>$1.count
|
2010-11-19 02:10:44 -08:00
|
|
|
echo $1 >>in.countall
|
2010-12-14 02:25:17 -08:00
|
|
|
|
|
|
|
|
# we deliberately use 'redo' here instead of redo-ifchange, because this *heavily*
|
|
|
|
|
# stresses redo's locking when building in parallel. We end up with 100
|
|
|
|
|
# different targets that all not only depend on this file, but absolutely must
|
|
|
|
|
# acquire the lock on this file, build it atomically, and release the lock.
|
2010-11-19 02:10:44 -08:00
|
|
|
redo countall
|