aboutsummaryrefslogtreecommitdiff
path: root/buildtools/build-freebsd-ca-port.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/build-freebsd-ca-port.py')
-rw-r--r--buildtools/build-freebsd-ca-port.py5
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"),