summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-10-13 15:16:28 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-10-13 15:16:28 (EDT)
commit67619578cdc16c677fe9ebff0eb6410912209ae1 (patch)
tree95340720ac682c58461e04461eb23ddd9b360149
parent8e260953b92b235eb608a15840e9cbb1ca3acbbc (diff)
build: Add unfinished "build" target
CMake so far fails to build.
-rwxr-xr-xbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/build b/build
index 57a2976..4640e3c 100755
--- a/build
+++ b/build
@@ -7,3 +7,7 @@ include ../source.mk
nop:
@:
+
+build:
+ cd src && ./bootstrap --system-libs \
+ --prefix=/usr --docdir=/share/doc/cmake --mandir=/share/man