summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-06-13 19:35:05 +0200
committerPiotr Krysik <perper@o2.pl>2009-06-13 19:35:05 +0200
commitad4d4caba66a1f585165f8ead89992687c7b9120 (patch)
treeec4fc45536b81fa270121858c50c9fc9392f764c
parent46b8adbe2aaeccd7f4d0f700aaa3e1c097be202a (diff)
bootstrap makes 'debug' directory now
-rwxr-xr-xbootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 525a6b0..350e0ff 100755
--- a/bootstrap
+++ b/bootstrap
@@ -27,3 +27,6 @@ autoconf
autoheader
libtoolize --automake
automake --add-missing
+if test ! -d debug; then
+ mkdir debug
+fi \ No newline at end of file
personal git repositories of Harald Welte. Your mileage may vary