equal
deleted
inserted
replaced
229 $(RM) '$@' |
229 $(RM) '$@' |
230 $(CP) -P '$<' '$@' |
230 $(CP) -P '$<' '$@' |
231 endef |
231 endef |
232 endif |
232 endif |
233 |
233 |
234 ifndef OPENJDK |
|
235 |
|
236 IMPORT_TARGET_FILES += \ |
|
237 $(JDK_OUTPUTDIR)/lib/security/US_export_policy.jar \ |
|
238 $(JDK_OUTPUTDIR)/lib/security/local_policy.jar |
|
239 |
|
240 $(JDK_OUTPUTDIR)/lib/security/local_policy.jar: $(JDK_TOPDIR)/make/closed/tools/crypto/jce/local_policy.jar |
|
241 $(ECHO) $(LOG_INFO) Copying $(@F) |
|
242 $(install-file) |
|
243 |
|
244 $(JDK_OUTPUTDIR)/lib/security/US_export_policy.jar: $(JDK_TOPDIR)/make/closed/tools/crypto/jce/US_export_policy.jar |
|
245 $(ECHO) $(LOG_INFO) Copying $(@F) |
|
246 $(install-file) |
|
247 |
|
248 endif # OPENJDK |
|
249 |
|
250 ####### |
234 ####### |
251 |
235 |
252 all: $(IMPORT_TARGET_FILES) |
236 all: $(IMPORT_TARGET_FILES) |