[Anders Kaseorg] > I had to delete this line from debian/rules in order to make the package > compile on the Ubuntu PPA builders: > > $(if $(DEB_OPT_PARALLEL),$(eval MAKEFLAGS += -j$(DEB_OPT_PARALLEL))) > > The problem, I think, is that these lines from subversion/Makefile.in do > not enforce the dependency that mkdir-init should run before the targets > that actually require the directories to exist, such as doc-api:
I haven't looked yet to see which targets are affected. But if you know it is specific targets like 'doc-api' that are affected, you can express this like so: +$(MAKE_B) -j1 doc-api I already have a few '$(MAKE_B) -j1' in debian/rules for this reason. Also, if you have time to write _proper_ fixes for the Makefile.in, please send them - I should have no trouble getting them included upstream. Thanks, -- Peter Samuelson | org-tld!p12n!peter | http://p12n.org/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org