[ucsim] Implement [features:#769] Check writeability of output file when uart sends
[sdcc.git] / sdcc-build / lib / bugs.mk
blob81aad0ee60658faa8ca0c69cb9843b578c2e03c6
1 BUGSMAILSERVER=shell1.sourceforge.net
2 BUGSLIST=sdcc-buildlogs@lists.sourceforge.net
3 BUGSSUBJECT=Open bugs summary
5 bugs-send-summary: $(TOPDIR)/bugs.txt
6 cat $(TOPDIR)/support/bug-summary-header.txt $(TOPDIR)/bugs.txt | \
7 ssh $(BUGSMAILSERVER) 'mail -s "$(BUGSSUBJECT)" $(BUGSLIST)'
9 $(TOPDIR)/bugs.txt:
10 perl $(TOPDIR)/support/bug-summary.pl 599 > $(TOPDIR)/bugs.txt