comparison Makefile @ 2700:de8dc25a3eeb

Backed out changeset 2ab464771b7d15c60014996d2853efc92cdb8465 - it always runs chmod - uses chmod in an unsafe way - if somebody does a clone of a repo, runs 'make tests', everything is fine, so he can assume the original repo is fine, too, but it is not.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 27 Jul 2006 18:53:10 +0200
parents 2ab464771b7d
children
comparison
equal deleted inserted replaced
2692:2ab464771b7d 2700:de8dc25a3eeb
57 57
58 dist-notests: doc 58 dist-notests: doc
59 TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py sdist --force-manifest 59 TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py sdist --force-manifest
60 60
61 tests: 61 tests:
62 @ls tests/test-* | grep -v '[.~]' | xargs chmod +x
63 cd tests && $(PYTHON) run-tests.py 62 cd tests && $(PYTHON) run-tests.py
64 63
65 test-%: 64 test-%:
66 @chmod +x tests/$@
67 cd tests && $(PYTHON) run-tests.py $@ 65 cd tests && $(PYTHON) run-tests.py $@
68 66
69 67
70 .PHONY: help all local build doc clean install install-bin install-doc \ 68 .PHONY: help all local build doc clean install install-bin install-doc \
71 install-home install-home-bin install-home-doc dist dist-notests tests 69 install-home install-home-bin install-home-doc dist dist-notests tests