]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: attempt to work-around the problem that paths might end with trailing back...
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 4 Oct 2007 21:11:16 +0000 (14:11 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 4 Oct 2007 21:11:16 +0000 (14:11 -0700)
commit2ed8a272eddcc8a026450a710856df71671c21c9
treebea82884ef4661712268d7c7ef96a63df8f65fb5
parent93e1f832ffe823545e87b4318d126e3178141058
setup: attempt to work-around the problem that paths might end with trailing back-slashes (on Windows) by appending a PATHSEP (i.e. ":" or ";") instead of an OSSEP (i.e. "/" or "\")

I don't know what will happen if the path ends up with something like
"C:\Programs and Files\Whatever\;" on Windows, and then that gets passed to
cygwin bash.  This reminds me of Brian's suggestion to use Python helper
scripts (c.f. misc/find-dep-eggs.py) instead of writing this stuff in the
GNUmake language.  And *that* reminds me of the idea of writing the whole damn
thing in Python instead of in GNUmake, i.e. make all of our build tools be
plugins for setuptools instead of being GNUmake targets.
Makefile