Changeset 7524 for debian/rules
- Timestamp:
- 10/10/05 12:17:33 (3 years ago)
- Files:
-
- 1 modified
-
debian/rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r7441 r7524 8 8 CFLAGS = optimized 9 9 endif 10 11 PUGS_BUILD_OPTIONS = $(DEB_BUILD_OPTIONS) 10 12 11 13 TESTS='smoke-pugs' … … 23 25 $(MAKE) $(CFLAGS) 24 26 -test $$SKIP_TESTS || $(MAKE) $(TESTS) 25 -if [ ! $$DONT_SEND_SMOKE ]; then \ 26 for html in $(CURDIR)/smoke*.html; do \ 27 ./util/smokeserv/smokeserv-client.pl $$html; \ 28 done; \ 29 fi 27 # use DEB_BUILD_OPTIONS="smoke_upload=0" to avoid uploading the smoke file automatically 28 for html in $(CURDIR)/smoke*.html; do \ 29 ./util/smokeserv/smokeserv-client.pl $$html; \ 30 done; 30 31 pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" $(CURDIR)/script/pugscc $(CURDIR)/debian/pugscc.1 31 32 touch build-arch-stamp
