8007524: build-infra: Incremental build of tools.jar broken

Tue, 05 Feb 2013 16:50:05 +0100

author
erikj
date
Tue, 05 Feb 2013 16:50:05 +0100
changeset 611
d3d9ab8ee7b0
parent 610
dea045cc48ca
child 612
278af9fc67e7

8007524: build-infra: Incremental build of tools.jar broken
Reviewed-by: tbell

common/makefiles/JavaCompilation.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/common/makefiles/JavaCompilation.gmk	Mon Feb 04 11:02:03 2013 +0100
     1.2 +++ b/common/makefiles/JavaCompilation.gmk	Tue Feb 05 16:50:05 2013 +0100
     1.3 @@ -143,8 +143,8 @@
     1.4      ifneq (,$2)
     1.5          $1_DEPS:=$2
     1.6      else
     1.7 -        $1_DEPS:=$$(filter $$(addprefix %,$$($1_FIND_PATTERNS)),\
     1.8 -                    $$(call CacheFind $$($1_SRCS)))
     1.9 +        $1_DEPS:=$$(filter $$(addprefix %,$$($1_SUFFIXES)),\
    1.10 +                    $$(call CacheFind,$$($1_SRCS)))
    1.11          ifneq (,$$($1_GREP_INCLUDE_PATTERNS))
    1.12              $1_DEPS:=$$(filter $$(addsuffix %,$$($1_GREP_INCLUDE_PATTERNS)),$$($1_DEPS))
    1.13          endif

mercurial