Re: Patch for maintMakefile:do-po-update

2006-03-17 Thread Paul D. Smith
OK, I put something similar to this in for the next release. Thanks. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org

Patch for maintMakefile:do-po-update

2006-03-15 Thread Joseph S. Myers
The do-po-update rule in maintMakefile uses a fixed temporary directory name tmppo=/tmp/$(PACKAGE)-$(VERSION)-po and does not delete the directory after downloading the files. This is a problem where multiple users on the same system are checking out make from CVS using the recipe in README.cv