Jordan, the "rm -rf build" is in the clean target -- this is only used
for cleaning up the tree after a build and before a new one. "dh-clean
build", which I removed, was breaking if the build directory wasn't
there, whereas the rm command does not break. Really, I should probably
test for the existence of the directory and only delete it in that case,
but I couldn't remember the syntax, whereas "rm -rf" is pretty much
hardwired into my spinal ganglia.

-- 
import matplotlib.pyplot gives ImportError: No module named _tkagg
https://bugs.launchpad.net/bugs/337469
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to