summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-10-15 14:20:32 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-10-15 14:20:32 (EDT)
commitdfcb6f6599646a943c4e8fdeeac3389f300f5d06 (patch)
tree8f22e4526e13bbfed25949c83abf7cd414610446 /build
parent73ec6e4939a03d53e3d1400dbb463fee7c3eb9fc (diff)
build: Build in a subdirectory of the source tree
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 6144890..ad4df7f 100755
--- a/build
+++ b/build
@@ -9,5 +9,6 @@ nop:
@:
build:
- cd src && ./bootstrap --verbose --system-libs \
+ mkdir -p src/Build
+ cd src/Build && ../bootstrap --verbose --system-libs \
--prefix=/usr --docdir=/share/doc/cmake --mandir=/share/man