With this, a single run of the top level setup.py will do everything. Also I can't see any reason not to make setup.py executable. Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxx> --- setup.py | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) mode change 100644 => 100755 setup.py diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 24acb4a..1a7b30c --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + from distutils.core import setup import sys @@ -5,13 +7,13 @@ import os from os.path import join DESCRIPTION = """ -newpynfs 4.1 +pynfs ============ Add stuff here. """ -DIRS = ["ply", "xdr", "gssapi", "rpc", "nfs4.1"] # Order is important +DIRS = ["ply", "xdr", "gssapi", "rpc", "nfs4.1", "nfs4.0"] # Order is important def setup(*args, **kwargs): print "This just runs the setup.py file in each of the following dirs:" -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html