[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 8dc1e86a7a8d63be78e38cb3644e7042ac390cd5
Ville Skyttä
ville.skytta at iki.fi
Fri Nov 5 17:51:11 UTC 2010
The following commit has been merged in the master branch:
commit ed3f21b0135794cbfd4a3460e685d2f38e7f1511
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Fri Nov 5 19:46:53 2010 +0200
Create and remove the test/{log,tmp} dirs when appropriate.
diff --git a/test/Makefile.am b/test/Makefile.am
index d955be8..9f7e825 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -6,3 +6,9 @@ EXTRA_DIST = completion \
fixtures \
lib \
unit
+
+all:
+ $(mkdir_p) log tmp
+
+distclean-local:
+ rm -rf log tmp
--
bash-completion
More information about the Bash-completion-commits
mailing list