common/makefiles/MakeBase.gmk
changeset 21415 c19a1fd5d61a
parent 20364 110ae1fd4f70
equal deleted inserted replaced
21414:a3ddb94a50c8 21415:c19a1fd5d61a
    46 $(subst X,X00,\
    46 $(subst X,X00,\
    47 $(subst $(SPACE),\n,$(strip $1)))))\
    47 $(subst $(SPACE),\n,$(strip $1)))))\
    48 $(compress_post)
    48 $(compress_post)
    49 
    49 
    50 decompress_paths=$(SED) -f $(SRC_ROOT)/common/makefiles/support/ListPathsSafely-uncompress.sed -e 's|X99|\\n|g' \
    50 decompress_paths=$(SED) -f $(SRC_ROOT)/common/makefiles/support/ListPathsSafely-uncompress.sed -e 's|X99|\\n|g' \
    51 		     -e 's|X98|$(OUTPUT_ROOT)|g' -e 's|X97|$(SRC_ROOT)|g' \
    51     -e 's|X98|$(OUTPUT_ROOT)|g' -e 's|X97|$(SRC_ROOT)|g' \
    52 		     -e 's|X00|X|g' | tr '\n' '$2'
    52     -e 's|X00|X|g' | tr '\n' '$2'
    53 
    53 
    54 define ListPathsSafely_If
    54 define ListPathsSafely_If
    55     $(if $(word $3,$($1)),$(eval $1_LPS$3:=$(call compress_paths,$(wordlist $3,$4,$($1)))))
    55 	$(if $(word $3,$($1)),$(eval $1_LPS$3:=$(call compress_paths,$(wordlist $3,$4,$($1)))))
    56 endef
    56 endef
    57 
    57 
    58 define ListPathsSafely_Printf
    58 define ListPathsSafely_Printf
    59     $(if $(strip $($1_LPS$4)),printf -- "$(strip $($1_LPS$4))\n" | $(decompress_paths) $3)
    59 	$(if $(strip $($1_LPS$4)),$(if $(findstring $(LOG_LEVEL),trace),,@)printf \
       
    60 	    -- "$(strip $($1_LPS$4))\n" | $(decompress_paths) $3)
    60 endef
    61 endef
    61 
    62 
    62 # Receipt example:
    63 # Receipt example:
    63 #    rm -f thepaths
    64 #   rm -f thepaths
    64 #    $(call ListPathsSafely,THEPATHS,\n, >> thepaths)
    65 #   $(call ListPathsSafely,THEPATHS,\n, >> thepaths)
    65 #    The \n argument means translate spaces into \n
    66 # The \n argument means translate spaces into \n
    66 #    if instead , , (a space) is supplied, then spaces remain spaces.
    67 # if instead , , (a space) is supplied, then spaces remain spaces.
    67 define ListPathsSafely
    68 define ListPathsSafely
    68     $(if $(word 16001,$($1)),$(error Cannot list safely more than 16000 paths. $1 has $(words $($1)) paths!))
    69 	$(if $(word 16001,$($1)),$(error Cannot list safely more than 16000 paths. $1 has $(words $($1)) paths!))
    69     $(call ListPathsSafely_If,$1,$2,1,250)
    70 	$(ECHO) $(LOG_DEBUG) Writing $(words $($1)) paths to '$3'
    70     $(call ListPathsSafely_If,$1,$2,251,500)
    71 	$(call ListPathsSafely_If,$1,$2,1,250)
    71     $(call ListPathsSafely_If,$1,$2,501,750)
    72 	$(call ListPathsSafely_If,$1,$2,251,500)
    72     $(call ListPathsSafely_If,$1,$2,751,1000)
    73 	$(call ListPathsSafely_If,$1,$2,501,750)
    73 
    74 	$(call ListPathsSafely_If,$1,$2,751,1000)
    74     $(call ListPathsSafely_If,$1,$2,1001,1250)
    75 
    75     $(call ListPathsSafely_If,$1,$2,1251,1500)
    76 	$(call ListPathsSafely_If,$1,$2,1001,1250)
    76     $(call ListPathsSafely_If,$1,$2,1501,1750)
    77 	$(call ListPathsSafely_If,$1,$2,1251,1500)
    77     $(call ListPathsSafely_If,$1,$2,1751,2000)
    78 	$(call ListPathsSafely_If,$1,$2,1501,1750)
    78 
    79 	$(call ListPathsSafely_If,$1,$2,1751,2000)
    79     $(call ListPathsSafely_If,$1,$2,2001,2250)
    80 
    80     $(call ListPathsSafely_If,$1,$2,2251,2500)
    81 	$(call ListPathsSafely_If,$1,$2,2001,2250)
    81     $(call ListPathsSafely_If,$1,$2,2501,2750)
    82 	$(call ListPathsSafely_If,$1,$2,2251,2500)
    82     $(call ListPathsSafely_If,$1,$2,2751,3000)
    83 	$(call ListPathsSafely_If,$1,$2,2501,2750)
    83 
    84 	$(call ListPathsSafely_If,$1,$2,2751,3000)
    84     $(call ListPathsSafely_If,$1,$2,3001,3250)
    85 
    85     $(call ListPathsSafely_If,$1,$2,3251,3500)
    86 	$(call ListPathsSafely_If,$1,$2,3001,3250)
    86     $(call ListPathsSafely_If,$1,$2,3501,3750)
    87 	$(call ListPathsSafely_If,$1,$2,3251,3500)
    87     $(call ListPathsSafely_If,$1,$2,3751,4000)
    88 	$(call ListPathsSafely_If,$1,$2,3501,3750)
    88 
    89 	$(call ListPathsSafely_If,$1,$2,3751,4000)
    89     $(call ListPathsSafely_If,$1,$2,4001,4250)
    90 
    90     $(call ListPathsSafely_If,$1,$2,4251,4500)
    91 	$(call ListPathsSafely_If,$1,$2,4001,4250)
    91     $(call ListPathsSafely_If,$1,$2,4501,4750)
    92 	$(call ListPathsSafely_If,$1,$2,4251,4500)
    92     $(call ListPathsSafely_If,$1,$2,4751,5000)
    93 	$(call ListPathsSafely_If,$1,$2,4501,4750)
    93 
    94 	$(call ListPathsSafely_If,$1,$2,4751,5000)
    94     $(call ListPathsSafely_If,$1,$2,5001,5250)
    95 
    95     $(call ListPathsSafely_If,$1,$2,5251,5500)
    96 	$(call ListPathsSafely_If,$1,$2,5001,5250)
    96     $(call ListPathsSafely_If,$1,$2,5501,5750)
    97 	$(call ListPathsSafely_If,$1,$2,5251,5500)
    97     $(call ListPathsSafely_If,$1,$2,5751,6000)
    98 	$(call ListPathsSafely_If,$1,$2,5501,5750)
    98 
    99 	$(call ListPathsSafely_If,$1,$2,5751,6000)
    99     $(call ListPathsSafely_If,$1,$2,6001,6250)
   100 
   100     $(call ListPathsSafely_If,$1,$2,6251,6500)
   101 	$(call ListPathsSafely_If,$1,$2,6001,6250)
   101     $(call ListPathsSafely_If,$1,$2,6501,6750)
   102 	$(call ListPathsSafely_If,$1,$2,6251,6500)
   102     $(call ListPathsSafely_If,$1,$2,6751,7000)
   103 	$(call ListPathsSafely_If,$1,$2,6501,6750)
   103 
   104 	$(call ListPathsSafely_If,$1,$2,6751,7000)
   104     $(call ListPathsSafely_If,$1,$2,7001,7250)
   105 
   105     $(call ListPathsSafely_If,$1,$2,7251,7500)
   106 	$(call ListPathsSafely_If,$1,$2,7001,7250)
   106     $(call ListPathsSafely_If,$1,$2,7501,7750)
   107 	$(call ListPathsSafely_If,$1,$2,7251,7500)
   107     $(call ListPathsSafely_If,$1,$2,7751,8000)
   108 	$(call ListPathsSafely_If,$1,$2,7501,7750)
   108 
   109 	$(call ListPathsSafely_If,$1,$2,7751,8000)
   109     $(call ListPathsSafely_If,$1,$2,8001,8250)
   110 
   110     $(call ListPathsSafely_If,$1,$2,8251,8500)
   111 	$(call ListPathsSafely_If,$1,$2,8001,8250)
   111     $(call ListPathsSafely_If,$1,$2,8501,8750)
   112 	$(call ListPathsSafely_If,$1,$2,8251,8500)
   112     $(call ListPathsSafely_If,$1,$2,8751,9000)
   113 	$(call ListPathsSafely_If,$1,$2,8501,8750)
   113 
   114 	$(call ListPathsSafely_If,$1,$2,8751,9000)
   114     $(call ListPathsSafely_If,$1,$2,9001,9250)
   115 
   115     $(call ListPathsSafely_If,$1,$2,9251,9500)
   116 	$(call ListPathsSafely_If,$1,$2,9001,9250)
   116     $(call ListPathsSafely_If,$1,$2,9501,9750)
   117 	$(call ListPathsSafely_If,$1,$2,9251,9500)
   117     $(call ListPathsSafely_If,$1,$2,9751,10000)
   118 	$(call ListPathsSafely_If,$1,$2,9501,9750)
   118 
   119 	$(call ListPathsSafely_If,$1,$2,9751,10000)
   119     $(call ListPathsSafely_If,$1,$2,10001,10250)
   120 
   120     $(call ListPathsSafely_If,$1,$2,10251,10500)
   121 	$(call ListPathsSafely_If,$1,$2,10001,10250)
   121     $(call ListPathsSafely_If,$1,$2,10501,10750)
   122 	$(call ListPathsSafely_If,$1,$2,10251,10500)
   122     $(call ListPathsSafely_If,$1,$2,10751,11000)
   123 	$(call ListPathsSafely_If,$1,$2,10501,10750)
   123 
   124 	$(call ListPathsSafely_If,$1,$2,10751,11000)
   124     $(call ListPathsSafely_If,$1,$2,11001,11250)
   125 
   125     $(call ListPathsSafely_If,$1,$2,11251,11500)
   126 	$(call ListPathsSafely_If,$1,$2,11001,11250)
   126     $(call ListPathsSafely_If,$1,$2,11501,11750)
   127 	$(call ListPathsSafely_If,$1,$2,11251,11500)
   127     $(call ListPathsSafely_If,$1,$2,11751,12000)
   128 	$(call ListPathsSafely_If,$1,$2,11501,11750)
   128 
   129 	$(call ListPathsSafely_If,$1,$2,11751,12000)
   129     $(call ListPathsSafely_If,$1,$2,12001,12250)
   130 
   130     $(call ListPathsSafely_If,$1,$2,12251,12500)
   131 	$(call ListPathsSafely_If,$1,$2,12001,12250)
   131     $(call ListPathsSafely_If,$1,$2,12501,12750)
   132 	$(call ListPathsSafely_If,$1,$2,12251,12500)
   132     $(call ListPathsSafely_If,$1,$2,12751,13000)
   133 	$(call ListPathsSafely_If,$1,$2,12501,12750)
   133 
   134 	$(call ListPathsSafely_If,$1,$2,12751,13000)
   134     $(call ListPathsSafely_If,$1,$2,13001,13250)
   135 
   135     $(call ListPathsSafely_If,$1,$2,13251,13500)
   136 	$(call ListPathsSafely_If,$1,$2,13001,13250)
   136     $(call ListPathsSafely_If,$1,$2,13501,13750)
   137 	$(call ListPathsSafely_If,$1,$2,13251,13500)
   137     $(call ListPathsSafely_If,$1,$2,13751,14000)
   138 	$(call ListPathsSafely_If,$1,$2,13501,13750)
   138 
   139 	$(call ListPathsSafely_If,$1,$2,13751,14000)
   139     $(call ListPathsSafely_If,$1,$2,14001,14250)
   140 
   140     $(call ListPathsSafely_If,$1,$2,14251,14500)
   141 	$(call ListPathsSafely_If,$1,$2,14001,14250)
   141     $(call ListPathsSafely_If,$1,$2,14501,14750)
   142 	$(call ListPathsSafely_If,$1,$2,14251,14500)
   142     $(call ListPathsSafely_If,$1,$2,14751,15000)
   143 	$(call ListPathsSafely_If,$1,$2,14501,14750)
   143 
   144 	$(call ListPathsSafely_If,$1,$2,14751,15000)
   144     $(call ListPathsSafely_If,$1,$2,15001,15250)
   145 
   145     $(call ListPathsSafely_If,$1,$2,15251,15500)
   146 	$(call ListPathsSafely_If,$1,$2,15001,15250)
   146     $(call ListPathsSafely_If,$1,$2,15501,15750)
   147 	$(call ListPathsSafely_If,$1,$2,15251,15500)
   147     $(call ListPathsSafely_If,$1,$2,15751,16000)
   148 	$(call ListPathsSafely_If,$1,$2,15501,15750)
   148 
   149 	$(call ListPathsSafely_If,$1,$2,15751,16000)
   149     $(call ListPathsSafely_Printf,$1,$2,$3,1)
   150 
   150     $(call ListPathsSafely_Printf,$1,$2,$3,251)
   151 	$(call ListPathsSafely_Printf,$1,$2,$3,1)
   151     $(call ListPathsSafely_Printf,$1,$2,$3,501)
   152 	$(call ListPathsSafely_Printf,$1,$2,$3,251)
   152     $(call ListPathsSafely_Printf,$1,$2,$3,751)
   153 	$(call ListPathsSafely_Printf,$1,$2,$3,501)
   153 
   154 	$(call ListPathsSafely_Printf,$1,$2,$3,751)
   154     $(call ListPathsSafely_Printf,$1,$2,$3,1001)
   155 
   155     $(call ListPathsSafely_Printf,$1,$2,$3,1251)
   156 	$(call ListPathsSafely_Printf,$1,$2,$3,1001)
   156     $(call ListPathsSafely_Printf,$1,$2,$3,1501)
   157 	$(call ListPathsSafely_Printf,$1,$2,$3,1251)
   157     $(call ListPathsSafely_Printf,$1,$2,$3,1751)
   158 	$(call ListPathsSafely_Printf,$1,$2,$3,1501)
   158 
   159 	$(call ListPathsSafely_Printf,$1,$2,$3,1751)
   159     $(call ListPathsSafely_Printf,$1,$2,$3,2001)
   160 
   160     $(call ListPathsSafely_Printf,$1,$2,$3,2251)
   161 	$(call ListPathsSafely_Printf,$1,$2,$3,2001)
   161     $(call ListPathsSafely_Printf,$1,$2,$3,2501)
   162 	$(call ListPathsSafely_Printf,$1,$2,$3,2251)
   162     $(call ListPathsSafely_Printf,$1,$2,$3,2751)
   163 	$(call ListPathsSafely_Printf,$1,$2,$3,2501)
   163 
   164 	$(call ListPathsSafely_Printf,$1,$2,$3,2751)
   164     $(call ListPathsSafely_Printf,$1,$2,$3,3001)
   165 
   165     $(call ListPathsSafely_Printf,$1,$2,$3,3251)
   166 	$(call ListPathsSafely_Printf,$1,$2,$3,3001)
   166     $(call ListPathsSafely_Printf,$1,$2,$3,3501)
   167 	$(call ListPathsSafely_Printf,$1,$2,$3,3251)
   167     $(call ListPathsSafely_Printf,$1,$2,$3,3751)
   168 	$(call ListPathsSafely_Printf,$1,$2,$3,3501)
   168 
   169 	$(call ListPathsSafely_Printf,$1,$2,$3,3751)
   169     $(call ListPathsSafely_Printf,$1,$2,$3,4001)
   170 
   170     $(call ListPathsSafely_Printf,$1,$2,$3,4251)
   171 	$(call ListPathsSafely_Printf,$1,$2,$3,4001)
   171     $(call ListPathsSafely_Printf,$1,$2,$3,4501)
   172 	$(call ListPathsSafely_Printf,$1,$2,$3,4251)
   172     $(call ListPathsSafely_Printf,$1,$2,$3,4751)
   173 	$(call ListPathsSafely_Printf,$1,$2,$3,4501)
   173 
   174 	$(call ListPathsSafely_Printf,$1,$2,$3,4751)
   174     $(call ListPathsSafely_Printf,$1,$2,$3,5001)
   175 
   175     $(call ListPathsSafely_Printf,$1,$2,$3,5251)
   176 	$(call ListPathsSafely_Printf,$1,$2,$3,5001)
   176     $(call ListPathsSafely_Printf,$1,$2,$3,5501)
   177 	$(call ListPathsSafely_Printf,$1,$2,$3,5251)
   177     $(call ListPathsSafely_Printf,$1,$2,$3,5751)
   178 	$(call ListPathsSafely_Printf,$1,$2,$3,5501)
   178 
   179 	$(call ListPathsSafely_Printf,$1,$2,$3,5751)
   179     $(call ListPathsSafely_Printf,$1,$2,$3,6001)
   180 
   180     $(call ListPathsSafely_Printf,$1,$2,$3,6251)
   181 	$(call ListPathsSafely_Printf,$1,$2,$3,6001)
   181     $(call ListPathsSafely_Printf,$1,$2,$3,6501)
   182 	$(call ListPathsSafely_Printf,$1,$2,$3,6251)
   182     $(call ListPathsSafely_Printf,$1,$2,$3,6751)
   183 	$(call ListPathsSafely_Printf,$1,$2,$3,6501)
   183 
   184 	$(call ListPathsSafely_Printf,$1,$2,$3,6751)
   184     $(call ListPathsSafely_Printf,$1,$2,$3,7001)
   185 
   185     $(call ListPathsSafely_Printf,$1,$2,$3,7251)
   186 	$(call ListPathsSafely_Printf,$1,$2,$3,7001)
   186     $(call ListPathsSafely_Printf,$1,$2,$3,7501)
   187 	$(call ListPathsSafely_Printf,$1,$2,$3,7251)
   187     $(call ListPathsSafely_Printf,$1,$2,$3,7751)
   188 	$(call ListPathsSafely_Printf,$1,$2,$3,7501)
   188 
   189 	$(call ListPathsSafely_Printf,$1,$2,$3,7751)
   189     $(call ListPathsSafely_Printf,$1,$2,$3,8001)
   190 
   190     $(call ListPathsSafely_Printf,$1,$2,$3,8251)
   191 	$(call ListPathsSafely_Printf,$1,$2,$3,8001)
   191     $(call ListPathsSafely_Printf,$1,$2,$3,8501)
   192 	$(call ListPathsSafely_Printf,$1,$2,$3,8251)
   192     $(call ListPathsSafely_Printf,$1,$2,$3,8751)
   193 	$(call ListPathsSafely_Printf,$1,$2,$3,8501)
   193 
   194 	$(call ListPathsSafely_Printf,$1,$2,$3,8751)
   194     $(call ListPathsSafely_Printf,$1,$2,$3,9001)
   195 
   195     $(call ListPathsSafely_Printf,$1,$2,$3,9251)
   196 	$(call ListPathsSafely_Printf,$1,$2,$3,9001)
   196     $(call ListPathsSafely_Printf,$1,$2,$3,9501)
   197 	$(call ListPathsSafely_Printf,$1,$2,$3,9251)
   197     $(call ListPathsSafely_Printf,$1,$2,$3,9751)
   198 	$(call ListPathsSafely_Printf,$1,$2,$3,9501)
   198 
   199 	$(call ListPathsSafely_Printf,$1,$2,$3,9751)
   199     $(call ListPathsSafely_Printf,$1,$2,$3,10001)
   200 
   200     $(call ListPathsSafely_Printf,$1,$2,$3,10251)
   201 	$(call ListPathsSafely_Printf,$1,$2,$3,10001)
   201     $(call ListPathsSafely_Printf,$1,$2,$3,10501)
   202 	$(call ListPathsSafely_Printf,$1,$2,$3,10251)
   202     $(call ListPathsSafely_Printf,$1,$2,$3,10751)
   203 	$(call ListPathsSafely_Printf,$1,$2,$3,10501)
   203 
   204 	$(call ListPathsSafely_Printf,$1,$2,$3,10751)
   204     $(call ListPathsSafely_Printf,$1,$2,$3,11001)
   205 
   205     $(call ListPathsSafely_Printf,$1,$2,$3,11251)
   206 	$(call ListPathsSafely_Printf,$1,$2,$3,11001)
   206     $(call ListPathsSafely_Printf,$1,$2,$3,11501)
   207 	$(call ListPathsSafely_Printf,$1,$2,$3,11251)
   207     $(call ListPathsSafely_Printf,$1,$2,$3,11751)
   208 	$(call ListPathsSafely_Printf,$1,$2,$3,11501)
   208 
   209 	$(call ListPathsSafely_Printf,$1,$2,$3,11751)
   209     $(call ListPathsSafely_Printf,$1,$2,$3,12001)
   210 
   210     $(call ListPathsSafely_Printf,$1,$2,$3,12251)
   211 	$(call ListPathsSafely_Printf,$1,$2,$3,12001)
   211     $(call ListPathsSafely_Printf,$1,$2,$3,12501)
   212 	$(call ListPathsSafely_Printf,$1,$2,$3,12251)
   212     $(call ListPathsSafely_Printf,$1,$2,$3,12751)
   213 	$(call ListPathsSafely_Printf,$1,$2,$3,12501)
   213 
   214 	$(call ListPathsSafely_Printf,$1,$2,$3,12751)
   214     $(call ListPathsSafely_Printf,$1,$2,$3,13001)
   215 
   215     $(call ListPathsSafely_Printf,$1,$2,$3,13251)
   216 	$(call ListPathsSafely_Printf,$1,$2,$3,13001)
   216     $(call ListPathsSafely_Printf,$1,$2,$3,13501)
   217 	$(call ListPathsSafely_Printf,$1,$2,$3,13251)
   217     $(call ListPathsSafely_Printf,$1,$2,$3,13751)
   218 	$(call ListPathsSafely_Printf,$1,$2,$3,13501)
   218 
   219 	$(call ListPathsSafely_Printf,$1,$2,$3,13751)
   219     $(call ListPathsSafely_Printf,$1,$2,$3,14001)
   220 
   220     $(call ListPathsSafely_Printf,$1,$2,$3,14251)
   221 	$(call ListPathsSafely_Printf,$1,$2,$3,14001)
   221     $(call ListPathsSafely_Printf,$1,$2,$3,14501)
   222 	$(call ListPathsSafely_Printf,$1,$2,$3,14251)
   222     $(call ListPathsSafely_Printf,$1,$2,$3,14751)
   223 	$(call ListPathsSafely_Printf,$1,$2,$3,14501)
   223 
   224 	$(call ListPathsSafely_Printf,$1,$2,$3,14751)
   224     $(call ListPathsSafely_Printf,$1,$2,$3,15001)
   225 
   225     $(call ListPathsSafely_Printf,$1,$2,$3,15251)
   226 	$(call ListPathsSafely_Printf,$1,$2,$3,15001)
   226     $(call ListPathsSafely_Printf,$1,$2,$3,15501)
   227 	$(call ListPathsSafely_Printf,$1,$2,$3,15251)
   227     $(call ListPathsSafely_Printf,$1,$2,$3,15751)
   228 	$(call ListPathsSafely_Printf,$1,$2,$3,15501)
       
   229 	$(call ListPathsSafely_Printf,$1,$2,$3,15751)
   228 endef
   230 endef
   229 
   231 
   230 define ListPathsSafelyNow_IfPrintf
   232 define ListPathsSafelyNow_IfPrintf
   231     ifneq (,$$(word $4,$$($1)))
   233   ifneq (,$$(word $4,$$($1)))
   232         $$(eval $1_LPS$4:=$$(call compress_paths,$$(wordlist $4,$5,$$($1))))
   234     $$(eval $1_LPS$4:=$$(call compress_paths,$$(wordlist $4,$5,$$($1))))
   233         $$(shell printf -- "$$(strip $$($1_LPS$4))\n" | $(decompress_paths) $3)
   235     $$(shell printf -- "$$(strip $$($1_LPS$4))\n" | $(decompress_paths) $3)
   234     endif
   236   endif
   235 endef
   237 endef
   236 
   238 
   237 # And an non-receipt version:
   239 # And an non-receipt version:
   238 define ListPathsSafelyNow
   240 define ListPathsSafelyNow
   239     ifneq (,$$(word 10001,$$($1)))
   241   ifneq (,$$(word 10001,$$($1)))
   240         $$(error Cannot list safely more than 10000 paths. $1 has $$(words $$($1)) paths!)
   242     $$(error Cannot list safely more than 10000 paths. $1 has $$(words $$($1)) paths!)
   241     endif
   243   endif
   242     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,1,250)
   244   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,1,250)
   243     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,251,500)
   245   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,251,500)
   244     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,501,750)
   246   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,501,750)
   245     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,751,1000)
   247   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,751,1000)
   246 
   248 
   247     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,1001,1250)
   249   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,1001,1250)
   248     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,1251,1500)
   250   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,1251,1500)
   249     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,1501,1750)
   251   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,1501,1750)
   250     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,1751,2000)
   252   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,1751,2000)
   251 
   253 
   252     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,2001,2250)
   254   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,2001,2250)
   253     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,2251,2500)
   255   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,2251,2500)
   254     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,2501,2750)
   256   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,2501,2750)
   255     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,2751,3000)
   257   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,2751,3000)
   256 
   258 
   257     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,3001,3250)
   259   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,3001,3250)
   258     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,3251,3500)
   260   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,3251,3500)
   259     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,3501,3750)
   261   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,3501,3750)
   260     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,3751,4000)
   262   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,3751,4000)
   261 
   263 
   262     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,4001,4250)
   264   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,4001,4250)
   263     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,4251,4500)
   265   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,4251,4500)
   264     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,4501,4750)
   266   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,4501,4750)
   265     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,4751,5000)
   267   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,4751,5000)
   266 
   268 
   267     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,5001,5250)
   269   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,5001,5250)
   268     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,5251,5500)
   270   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,5251,5500)
   269     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,5501,5750)
   271   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,5501,5750)
   270     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,5751,6000)
   272   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,5751,6000)
   271 
   273 
   272     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,6001,6250)
   274   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,6001,6250)
   273     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,6251,6500)
   275   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,6251,6500)
   274     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,6501,6750)
   276   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,6501,6750)
   275     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,6751,7000)
   277   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,6751,7000)
   276 
   278 
   277     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,7001,7250)
   279   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,7001,7250)
   278     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,7251,7500)
   280   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,7251,7500)
   279     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,7501,7750)
   281   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,7501,7750)
   280     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,7751,8000)
   282   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,7751,8000)
   281 
   283 
   282     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,8001,8250)
   284   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,8001,8250)
   283     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,8251,8500)
   285   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,8251,8500)
   284     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,8501,8750)
   286   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,8501,8750)
   285     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,8751,9000)
   287   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,8751,9000)
   286 
   288 
   287     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,9001,9250)
   289   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,9001,9250)
   288     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,9251,9500)
   290   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,9251,9500)
   289     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,9501,9750)
   291   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,9501,9750)
   290     $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,9751,10000)
   292   $(call ListPathsSafelyNow_IfPrintf,$1,$2,$3,9751,10000)
   291 
   293 
   292 endef
   294 endef
   293 
   295 
   294 # The source tips can come from the Mercurial repository, or in the files
   296 # The source tips can come from the Mercurial repository, or in the files
   295 #   $(HGTIP_FILENAME) which contains the tip but is also positioned in the same
   297 # $(HGTIP_FILENAME) which contains the tip but is also positioned in the same
   296 #   directory as the original $(HGDIR) directory.
   298 # directory as the original $(HGDIR) directory.
   297 #   These should not be := assignments, only used from the root Makefile.
   299 # These should not be := assignments, only used from the root Makefile.
   298 HG_VERSION = $(shell $(HG) version 2> /dev/null)
   300 HG_VERSION = $(shell $(HG) version 2> /dev/null)
   299 HG_DIRECTORY=.hg
   301 HG_DIRECTORY=.hg
   300 HGTIP_FILENAME=.hgtip
   302 HGTIP_FILENAME=.hgtip
   301 HG_SEARCH = ./REPO ./*/REPO ./*/*/REPO ./*/*/*/REPO
   303 HG_SEARCH = ./REPO ./*/REPO ./*/*/REPO ./*/*/*/REPO
   302 REPO_LIST = $(patsubst ./%,%,$(patsubst %/,%,$(sort $(dir \
   304 REPO_LIST = $(patsubst ./%,%,$(patsubst %/,%,$(sort $(dir \
   303     $(shell $(CD) $(SRC_ROOT) ; ( $(LS) -d $(HG_SEARCH:%/REPO=%/$(HG_DIRECTORY)) ; \
   305     $(shell $(CD) $(SRC_ROOT) ; ( $(LS) -d $(HG_SEARCH:%/REPO=%/$(HG_DIRECTORY)) ; \
   304                                    $(LS)    $(HG_SEARCH:%/REPO=%/$(HGTIP_FILENAME)) ) \
   306         $(LS) $(HG_SEARCH:%/REPO=%/$(HGTIP_FILENAME)) ) \
   305 	        2> /dev/null)))))
   307         2> /dev/null)))))
   306 
   308 
   307 # Emit the repo:tip pairs to $@
   309 # Emit the repo:tip pairs to $@
   308 define GetSourceTips
   310 define GetSourceTips
   309 $(CD) $(SRC_ROOT) ; \
   311 	$(CD) $(SRC_ROOT) ; \
   310 for i in $(REPO_LIST) IGNORE ; do \
   312 	for i in $(REPO_LIST) IGNORE ; do \
   311   if [ "$${i}" = "IGNORE" ] ; then \
   313 	  if [ "$${i}" = "IGNORE" ] ; then \
   312     continue; \
   314 	    continue; \
   313   elif [ -d $${i}/$(HG_DIRECTORY) -a "$(HG_VERSION)" != "" ] ; then \
   315 	  elif [ -d $${i}/$(HG_DIRECTORY) -a "$(HG_VERSION)" != "" ] ; then \
   314     $(PRINTF) " %s:%s" \
   316 	    $(PRINTF) " %s:%s" \
   315       "$${i}" `$(HG) tip --repository $${i} --template '{node|short}\n'` ; \
   317 	        "$${i}" `$(HG) tip --repository $${i} --template '{node|short}\n'` ; \
   316   elif [ -f $${i}/$(HGTIP_FILENAME) ] ; then \
   318 	  elif [ -f $${i}/$(HGTIP_FILENAME) ] ; then \
   317     $(PRINTF) " %s:%s" \
   319 	    $(PRINTF) " %s:%s" \
   318       "$${i}" `$(CAT) $${i}/$(HGTIP_FILENAME)` ; \
   320 	        "$${i}" `$(CAT) $${i}/$(HGTIP_FILENAME)` ; \
   319   fi; \
   321 	  fi; \
   320 done >> $@
   322 	done >> $@
   321 $(PRINTF) "\n" >> $@
   323 	$(PRINTF) "\n" >> $@
   322 endef
   324 endef
   323 
   325 
   324 # Create the HGTIP_FILENAME file. Called from jdk/make/closed/bundles.gmk
   326 # Create the HGTIP_FILENAME file. Called from jdk/make/closed/bundles.gmk
   325 define CreateHgTip
   327 define CreateHgTip
   326 $(HG) tip --repository $1 --template '{node|short}\n' > $1/$(HGTIP_FILENAME);\
   328 	$(HG) tip --repository $1 --template '{node|short}\n' > $1/$(HGTIP_FILENAME); \
   327 $(ECHO) $1/$(HGTIP_FILENAME)
   329 	$(ECHO) $1/$(HGTIP_FILENAME)
   328 endef
   330 endef
   329 
   331 
   330 define SetupLogging
   332 define SetupLogging
   331     ifeq ($$(LOG_LEVEL),trace)
   333   ifeq ($$(LOG_LEVEL),trace)
   332         # Shell redefinition trick inspired by http://www.cmcrossroads.com/ask-mr-make/6535-tracing-rule-execution-in-gnu-make
   334     # Shell redefinition trick inspired by http://www.cmcrossroads.com/ask-mr-make/6535-tracing-rule-execution-in-gnu-make
   333         # For each target executed, will print
   335     # For each target executed, will print
   334         # Building <TARGET> (from <FIRST PREREQUISITE>) (<ALL NEWER PREREQUISITES> newer)
   336     # Building <TARGET> (from <FIRST PREREQUISITE>) (<ALL NEWER PREREQUISITES> newer)
   335         # but with a limit of 20 on <ALL NEWER PREREQUISITES>, to avoid cluttering logs too much 
   337     # but with a limit of 20 on <ALL NEWER PREREQUISITES>, to avoid cluttering logs too much
   336         # (and causing a crash on Cygwin).
   338     # (and causing a crash on Cygwin).
   337         # Default shell seems to always be /bin/sh. Must override with bash to get this to work on Solaris.
   339     # Default shell seems to always be /bin/sh. Must override with bash to get this to work on Solaris.
   338         # Only use time if it's GNU time which supports format and output file.
   340     # Only use time if it's GNU time which supports format and output file.
   339         WRAPPER_SHELL:=/bin/bash $$(SRC_ROOT)/common/bin/shell-tracer.sh $$(if $$(findstring yes,$$(IS_GNU_TIME)),$$(TIME),-) $$(OUTPUT_ROOT)/build-trace-time.log /bin/bash
   341     WRAPPER_SHELL:=/bin/bash $$(SRC_ROOT)/common/bin/shell-tracer.sh $$(if $$(findstring yes,$$(IS_GNU_TIME)),$$(TIME),-) $$(OUTPUT_ROOT)/build-trace-time.log /bin/bash
   340         SHELL=$$(warning $$(if $$@,Building $$@,Running shell command) $$(if $$<, (from $$<))$$(if $$?, ($$(wordlist 1, 20, $$?) $$(if $$(wordlist 21, 22, $$?), ... [in total $$(words $$?) files]) newer)))$$(WRAPPER_SHELL)
   342     SHELL=$$(warning $$(if $$@,Building $$@,Running shell command) $$(if $$<, (from $$<))$$(if $$?, ($$(wordlist 1, 20, $$?) $$(if $$(wordlist 21, 22, $$?), ... [in total $$(words $$?) files]) newer)))$$(WRAPPER_SHELL)
   341     endif
   343   endif
   342     # Never remove warning messages; this is just for completeness
   344   # Never remove warning messages; this is just for completeness
   343     LOG_WARN= 
   345   LOG_WARN=
   344     ifneq ($$(findstring $$(LOG_LEVEL),info debug trace),)
   346   ifneq ($$(findstring $$(LOG_LEVEL),info debug trace),)
   345         LOG_INFO=
   347     LOG_INFO=
   346     else
   348   else
   347         LOG_INFO=> /dev/null
   349     LOG_INFO=> /dev/null
   348     endif
   350   endif
   349     ifneq ($$(findstring $$(LOG_LEVEL),debug trace),)
   351   ifneq ($$(findstring $$(LOG_LEVEL),debug trace),)
   350         LOG_DEBUG=
   352     LOG_DEBUG=
   351     else
   353   else
   352         LOG_DEBUG=> /dev/null
   354     LOG_DEBUG=> /dev/null
   353     endif
   355   endif
   354     ifneq ($$(findstring $$(LOG_LEVEL),trace),)
   356   ifneq ($$(findstring $$(LOG_LEVEL),trace),)
   355         LOG_TRACE=
   357     LOG_TRACE=
   356     else
   358   else
   357         LOG_TRACE=> /dev/null
   359     LOG_TRACE=> /dev/null
   358     endif
   360   endif
   359 endef
   361 endef
   360 
   362 
   361 # Make sure logging is setup for everyone that includes MakeBase.gmk.
   363 # Make sure logging is setup for everyone that includes MakeBase.gmk.
   362 $(eval $(call SetupLogging))
   364 $(eval $(call SetupLogging))
   363 
   365 
   364 # This is to be called by all SetupFoo macros
   366 # This is to be called by all SetupFoo macros
   365 define LogSetupMacroEntry
   367 define LogSetupMacroEntry
   366     $(if $(27),$(error Internal makefile error: Too many arguments to LogSetupMacroEntry, please update MakeBase.gmk))
   368   $(if $(27),$(error Internal makefile error: Too many arguments to LogSetupMacroEntry, please update MakeBase.gmk))
   367     $(if $(findstring $(LOG_LEVEL),debug trace), $(info $1 $(foreach i,2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,$(if $($i),$(NEWLINE) $(strip [$i] $($i))))))
   369   $(if $(findstring $(LOG_LEVEL),debug trace), $(info $1 $(foreach i,2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,$(if $($i),$(NEWLINE) $(strip [$i] $($i))))))
   368 endef
   370 endef
   369 
   371 
   370 # Make directory without forking mkdir if not needed
   372 # Make directory without forking mkdir if not needed
   371 define MakeDir
   373 define MakeDir
   372     ifneq ($$(wildcard $1 $2 $3 $4 $5 $6 $7 $8 $9),$$(strip $1 $2 $3 $4 $5 $6 $7 $8 $9))
   374   ifneq ($$(wildcard $1 $2 $3 $4 $5 $6 $7 $8 $9),$$(strip $1 $2 $3 $4 $5 $6 $7 $8 $9))
   373         $$(shell $(MKDIR) -p $1 $2 $3 $4 $5 $6 $7 $8 $9)
   375     $$(shell $(MKDIR) -p $1 $2 $3 $4 $5 $6 $7 $8 $9)
   374     endif
   376   endif
   375 endef
   377 endef
   376 
   378 
   377 ifeq ($(OPENJDK_TARGET_OS),solaris)
   379 ifeq ($(OPENJDK_TARGET_OS),solaris)
   378 # On Solaris, if the target is a symlink and exists, cp won't overwrite.
   380   # On Solaris, if the target is a symlink and exists, cp won't overwrite.
   379 # Cp has to operate in recursive mode to allow for -P flag, to preserve soft links. If the
   381   # Cp has to operate in recursive mode to allow for -P flag, to preserve soft links. If the
   380 # name of the target file differs from the source file, rename after copy.
   382   # name of the target file differs from the source file, rename after copy.
   381 define install-file
   383   define install-file
   382 	$(MKDIR) -p $(@D)
   384 	$(MKDIR) -p $(@D)
   383 	$(RM) '$@'
   385 	$(RM) '$@'
   384 	$(CP) -f -r -P '$<' '$(@D)'
   386 	$(CP) -f -r -P '$<' '$(@D)'
   385 	if [ "$(@F)" != "$(<F)" ]; then $(MV) '$(@D)/$(<F)' '$@'; fi
   387 	if [ "$(@F)" != "$(<F)" ]; then $(MV) '$(@D)/$(<F)' '$@'; fi
   386 endef
   388   endef
   387 else ifeq ($(OPENJDK_TARGET_OS),macosx)
   389 else ifeq ($(OPENJDK_TARGET_OS),macosx)
   388 # On mac, extended attributes sometimes creep into the source files, which may later 
   390   # On mac, extended attributes sometimes creep into the source files, which may later
   389 # cause the creation of ._* files which confuses testing. Clear these with xattr if
   391   # cause the creation of ._* files which confuses testing. Clear these with xattr if
   390 # set. Some files get their write permissions removed after being copied to the 
   392   # set. Some files get their write permissions removed after being copied to the
   391 # output dir. When these are copied again to images, xattr would fail. By only clearing
   393   # output dir. When these are copied again to images, xattr would fail. By only clearing
   392 # attributes when they are present, failing on this is avoided.
   394   # attributes when they are present, failing on this is avoided.
   393 define install-file
   395   define install-file
   394 	$(MKDIR) -p $(@D)
   396 	$(MKDIR) -p $(@D)
   395 	$(CP) -fRP '$<' '$@'
   397 	$(CP) -fRP '$<' '$@'
   396 	if [ -n "`$(XATTR) -l '$@'`" ]; then $(XATTR) -c '$@'; fi
   398 	if [ -n "`$(XATTR) -l '$@'`" ]; then $(XATTR) -c '$@'; fi
   397 endef
   399   endef
   398 else
   400 else
   399 define install-file
   401   define install-file
   400 	$(MKDIR) -p $(@D)
   402 	$(MKDIR) -p $(@D)
   401 	$(CP) -fP '$<' '$@'
   403 	$(CP) -fP '$<' '$@'
   402 endef
   404   endef
   403 endif
   405 endif
   404 
   406 
   405 # Convenience functions for working around make's limitations with $(filter ).
   407 # Convenience functions for working around make's limitations with $(filter ).
   406 containing = $(foreach v,$2,$(if $(findstring $1,$v),$v))
   408 containing = $(foreach v,$2,$(if $(findstring $1,$v),$v))
   407 not-containing = $(foreach v,$2,$(if $(findstring $1,$v),,$v))
   409 not-containing = $(foreach v,$2,$(if $(findstring $1,$v),,$v))
   408 
   410 
   409 ################################################################################
   411 ################################################################################
   410 # In Cygwin, finds are very costly, both because of expensive forks and because
   412 # In Cygwin, finds are very costly, both because of expensive forks and because
   411 # of bad file system caching. Find is used extensively in $(shell) commands to
   413 # of bad file system caching. Find is used extensively in $(shell) commands to
   412 # find source files. This makes rerunning make with no or few changes rather 
   414 # find source files. This makes rerunning make with no or few changes rather
   413 # expensive. To speed this up, these two macros are used to cache the results
   415 # expensive. To speed this up, these two macros are used to cache the results
   414 # of simple find commands for reuse.
   416 # of simple find commands for reuse.
   415 # 
   417 #
   416 # Runs a find and stores both the directories where it was run and the results.
   418 # Runs a find and stores both the directories where it was run and the results.
   417 # This macro can be called multiple times to add to the cache. Only finds files
   419 # This macro can be called multiple times to add to the cache. Only finds files
   418 # with no filters.
   420 # with no filters.
   419 #
   421 #
   420 # Needs to be called with $(eval )
   422 # Needs to be called with $(eval )
   421 # 
   423 #
   422 # Param 1 - Dir to find in
   424 # Param 1 - Dir to find in
   423 ifeq ($(OPENJDK_BUILD_OS),windows)
   425 ifeq ($(OPENJDK_BUILD_OS),windows)
   424 define FillCacheFind
   426   define FillCacheFind
   425     FIND_CACHE_DIR += $1
   427     FIND_CACHE_DIR += $1
   426     FIND_CACHE := $$(sort $$(FIND_CACHE) $$(shell $(FIND) $1 -type f -o -type l))
   428     FIND_CACHE := $$(sort $$(FIND_CACHE) $$(shell $(FIND) $1 -type f -o -type l))
   427 endef
   429   endef
   428 else
   430 else
   429 define FillCacheFind
   431   define FillCacheFind
   430 endef
   432   endef
   431 endif
   433 endif
   432 
   434 
   433 # Mimics find by looking in the cache if all of the directories have been cached.
   435 # Mimics find by looking in the cache if all of the directories have been cached.
   434 # Otherwise reverts to shell find. This is safe to call on all platforms, even if
   436 # Otherwise reverts to shell find. This is safe to call on all platforms, even if
   435 # cache is deactivated.
   437 # cache is deactivated.
   436 #
   438 #
   437 # The extra - is needed when FIND_CACHE_DIR is empty but should be harmless.
   439 # The extra - is needed when FIND_CACHE_DIR is empty but should be harmless.
   438 # Param 1 - Dirs to find in
   440 # Param 1 - Dirs to find in
   439 define CacheFind
   441 define CacheFind
   440     $(if $(filter-out $(addsuffix %,- $(FIND_CACHE_DIR)),$1),\
   442   $(if $(filter-out $(addsuffix %,- $(FIND_CACHE_DIR)),$1), \
   441         $(shell $(FIND) $1 -type f -o -type l),\
   443     $(shell $(FIND) $1 -type f -o -type l), \
   442         $(filter $(addsuffix %,$1),$(FIND_CACHE)))
   444     $(filter $(addsuffix %,$1),$(FIND_CACHE)))
   443 endef
   445 endef
   444 
   446 
   445 ################################################################################
   447 ################################################################################
   446 
   448 
   447 endif # _MAKEBASE_GMK
   449 endif # _MAKEBASE_GMK