diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-02 15:13:30 +0000 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-02 15:13:30 +0000 |
commit | db9c63185bd2ed519654af9e1b8fe5316a1361cc (patch) | |
tree | 559c2074548f3f5b74928ec0058b75cba3943cf9 /Makefile | |
parent | 0b838be53acc14cc6345d4e92f7b57ce3b1a04cd (diff) | |
parent | cb9d63fecabfff444e3aa180633adf55c277536c (diff) | |
download | clientdata-s20160703.tar.gz clientdata-s20160703.tar.bz2 clientdata-s20160703.tar.xz clientdata-s20160703.zip |
Merge branch 'makefile' into 'master'
s20160703
Make testxml verbose for clean
See merge request !5
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ check-xml: cd ../tools/testxml/ ; ./xsdcheck.sh ; cat errors.txt testxml: - cd ../tools/testxml/ ; ./testxml.py + cd ../tools/testxml/ ; ./testxml.py all updates: cd ../tools/update/ ; ./createnew.sh |