Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2004-10-31 00:42:18 +0400
committerJacek Konieczny <jajcus@jajcus.net>2004-10-31 00:42:18 +0400
commitef8196fa308e0c8542b5a801debb2f91a102a404 (patch)
tree3e68c14e542fd9309d27e5ecc43e0349274a0a5f /Makefile
parent0228f54da8d57b9120cfa9c29d80a150fa994175 (diff)
- ignore error on 'cl-stamp' test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43efdec..86ac43d 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ TODO.pylint:
./aux/pylint.sh | tee TODO.pylint
ChangeLog:
- test -f .svn/entries && make cl-stamp
+ test -f .svn/entries && make cl-stamp || :
cl-stamp: .svn/entries
TZ=UTC svn log -v --xml \