|
From: Matthew F. <fl...@ml...> - 2006-11-06 17:53:23
|
Add uniquifying suffix for make-pdf-guide temp directory; prevent errors with parallel executions of 'make docs' ---------------------------------------------------------------------- U mlton/trunk/bin/make-pdf-guide ---------------------------------------------------------------------- Modified: mlton/trunk/bin/make-pdf-guide =================================================================== --- mlton/trunk/bin/make-pdf-guide 2006-11-07 01:40:08 UTC (rev 4809) +++ mlton/trunk/bin/make-pdf-guide 2006-11-07 01:53:06 UTC (rev 4810) @@ -29,7 +29,7 @@ pdf='mlton-guide.pdf' script='.script' titlepage='title.html' -tmp='/tmp/mlton-guide' +tmp="/tmp/mlton-guide.$$" version=`date +%Y%m%d` rm -rf $tmp |