2011-12-31 02:45:38 -05:00
|
|
|
echo n2-$2
|
|
|
|
|
echo $2 >>$2.count
|
|
|
|
|
echo $2 >>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
|