Fix makefile to be compatible with findbugs v 1.3.8

modified:   core/java.mk
This commit is contained in:
Andrew Stadler 2009-05-13 00:44:59 -07:00
parent 233728de06
commit cef9ed98ac
1 changed files with 2 additions and 3 deletions

View File

@ -188,9 +188,8 @@ $(findbugs_html) : PRIVATE_XML_FILE := $(findbugs_xml)
$(LOCAL_MODULE)-findbugs : $(findbugs_html)
$(findbugs_html) : $(findbugs_xml)
@mkdir -p $(dir $@)
@echo UnionBugs: $@
$(hide) prebuilt/common/findbugs/bin/unionBugs $(PRIVATE_XML_FILE) \
| prebuilt/common/findbugs/bin/convertXmlToText -html:fancy.xsl \
@echo ConvertXmlToText: $@
$(hide) prebuilt/common/findbugs/bin/convertXmlToText -html:fancy.xsl $(PRIVATE_XML_FILE) \
> $@
$(LOCAL_MODULE)-findbugs : $(findbugs_html)