chiark / gitweb /
Don't fail if build dir already exists.
authormdw <mdw>
Fri, 16 May 2003 10:01:10 +0000 (10:01 +0000)
committermdw <mdw>
Fri, 16 May 2003 10:01:10 +0000 (10:01 +0000)
setup

diff --git a/setup b/setup
index 5173638067dc8c27e6b38aeeb598cd275da8f9bb..7e4b406a73204ec44d168133eb637d571c042930 100755 (executable)
--- a/setup
+++ b/setup
@@ -6,4 +6,4 @@ mkaclocal
 autoheader
 autoconf
 automake
 autoheader
 autoconf
 automake
-mkdir build
+mkdir -p build