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
Follow-up Comment #2, bug #16053 (project make):
Hm. I don't know if we can release 3.81 with this kind of regression: it's
different than releasing with a bug in new behavior or with an old bug not
fixed.
Another idea which would resolve this problem but not the general case (when
.SECONDARYEX
Follow-up Comment #1, bug #16053 (project make):
Attaching a minimized test case. It prints "all.foo.one all.foo.two" while
should print "all.one all.foo.two".
I also checked the code and it seems that keeping stem in prerequisites is
the best way to solve this. I am not sure, however, if we sho