From dfcb6f6599646a943c4e8fdeeac3389f300f5d06 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 15 Oct 2014 14:20:32 -0400 Subject: build: Build in a subdirectory of the source tree --- 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 -- cgit v0.9.1