diff options
author | Rob Austein <sra@hactrn.net> | 2013-01-18 06:03:08 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-01-18 06:03:08 +0000 |
commit | 4ef639469607b92edf8460e3df335312d46c4e86 (patch) | |
tree | 4bf39d2ceb0b8664ea9cba0211dbb98a5800fece /buildtools/build-freebsd-ca-port.py | |
parent | e91f49d5de88cd0bc43d73083b99c82f43aa8034 (diff) |
Get rid of "installation-manifest" Makefile target silliness.
svn path=/branches/tk377/; revision=4974
Diffstat (limited to 'buildtools/build-freebsd-ca-port.py')
-rw-r--r-- | buildtools/build-freebsd-ca-port.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/buildtools/build-freebsd-ca-port.py b/buildtools/build-freebsd-ca-port.py index 033bcc9b..daafd3f4 100644 --- a/buildtools/build-freebsd-ca-port.py +++ b/buildtools/build-freebsd-ca-port.py @@ -137,6 +137,11 @@ subprocess.check_call(("make", "configure", "DISTDIR=" + os.getcwd(), "USE_GNOME=", "NO_DEPENDS=yes"), cwd = base) +raise NotImplementedError + +# "make installation-manifest" was a silly idea, and is no longer in +# the Makefiles. This script needs rewriting. + print "Running make installation-manifest" subprocess.check_call(("make", "installation-manifest"), |