X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=lib%2Fbtr%2Freport%2Fmail.mk;fp=lib%2Fbtr%2Freport%2Fmail.mk;h=0000000000000000000000000000000000000000;hb=4723d8f5f6c11d101989ab6c64658c03211100dc;hp=d16a646fb4625510c5b12868dab2e673e6cd5412;hpb=7a1b870bedbbb500f7425751c60229aea6a1f48d;p=m6w6%2Fbtr diff --git a/lib/btr/report/mail.mk b/lib/btr/report/mail.mk deleted file mode 100644 index d16a646..0000000 --- a/lib/btr/report/mail.mk +++ /dev/null @@ -1,15 +0,0 @@ -REPORT_ARGS=$(USER) - -.PHONY: all -.SUFFIXES: - -all: - $(SAY) "Mailing report to $(REPORT_ARGS)" - @printf "\nbtr %s %s\n\n-- \nbtr mail report\n" "$(BUILD)" "$$(cat $(REPORT))" | \ - mail -s "[btr] $(BUILD) $$(cat $(REPORT))" \ - -a $(CONFIG_REPORT) \ - -a $(BUILD_REPORT) \ - -a $(TEST_REPORT) \ - $(REPORT_ARGS) - -# vim: noet