Author: damjan
Date: Fri Mar 18 01:11:31 2016
New Revision: 1735528

URL: http://svn.apache.org/viewvc?rev=1735528&view=rev
Log:
Make the result of the RAT scan phony, so that the scan is redone on
demand instead of done once and then skipped on subsequent builds.

Patch by: me


Modified:
    
openoffice/branches/gbuild-reintegration/ext_libraries/ratscan/scan/makefile.mk

Modified: 
openoffice/branches/gbuild-reintegration/ext_libraries/ratscan/scan/makefile.mk
URL: 
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/ext_libraries/ratscan/scan/makefile.mk?rev=1735528&r1=1735527&r2=1735528&view=diff
==============================================================================
--- 
openoffice/branches/gbuild-reintegration/ext_libraries/ratscan/scan/makefile.mk 
(original)
+++ 
openoffice/branches/gbuild-reintegration/ext_libraries/ratscan/scan/makefile.mk 
Fri Mar 18 01:11:31 2016
@@ -48,7 +48,7 @@ $(MISC)/aoo-$(version)_rat-scan-output.h
        @echo
        @echo Find rat scan report in $@
 
-$(MISC)/rat-scan-output.xml : rat-scan.xml $(SRC_ROOT)/rat-excludes
+$(MISC)/rat-scan-output.xml .PHONY : rat-scan.xml $(SRC_ROOT)/rat-excludes
        $(ANT) -f rat-scan.xml -DRAT_SCAN_OUTPUT=$@ 
-DRAT_JAR_HOME=$(rat_jar_home)
 
 $(MISC)/excluded-files.txt : $(MISC)/excluded-files-raw.txt


Reply via email to