diff options
author | P. 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) |
commit | dfcb6f6599646a943c4e8fdeeac3389f300f5d06 (patch) | |
tree | 8f22e4526e13bbfed25949c83abf7cd414610446 | |
parent | 73ec6e4939a03d53e3d1400dbb463fee7c3eb9fc (diff) |
build: Build in a subdirectory of the source tree
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |