Searched refs:ZIPEXE (Results 1 - 8 of 8) sorted by relevance

/openjdk10/make/
H A DJprt.gmk74 $(CD) $(SRC_JDK_IMAGE_DIR) && $(ZIPEXE) -y -q -r $@ .
78 $(CD) $(SRC_TEST_IMAGE_DIR) && $(ZIPEXE) -y -q -r $@ .
87 $(CD) $(SYMBOLS_IMAGE_DIR) && $(ZIPEXE) -y -q -r $@ .
H A DBundles.gmk87 && $(ZIPEXE) -qru $$@ . -i@$$($1_$$d_LIST_FILE) \
130 $(CD) $(SUPPORT_OUTPUTDIR)/bundles/$1 && $(ZIPEXE) -qr $$@ .
/openjdk10/make/common/
H A DZipArchive.gmk110 $$(foreach i,$$($1_SRC),(cd $$i && $(ZIPEXE) -qru $$($1_ZIP_OPTIONS) $$@ . $$($1_ZIP_INCLUDES) \
H A DJarArchive.gmk267 $(ZIPEXE) -q -d $$@ `$(CAT) $$($1_DELETESS_FILE)` ; \
H A DNativeCompilation.gmk883 $(ZIPEXE) -q -r $$@ $$(subst $$($1_OUTPUT_DIR)/,, $$($1_DEBUGINFO_FILES))
/openjdk10/test/
H A DTestCommon.gmk66 ZIPEXE = zip
188 && $(ZIPEXE) -q -r $(ARCHIVE_BUNDLE) . )
/openjdk10/hotspot/make/lib/
H A DCompileLibjsig.gmk138 $(CD) $$(@D) && $(ZIPEXE) -q -y $$@ $$(basename $$(@F))$(DEBUG_INFO_SUFFIX)
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh946 ZIPEXE
1296 ZIPEXE
2264 ZIPEXE Override default value for ZIPEXE
21764 # to name our variable differently, hence ZIPEXE.
21771 if [ -z "${ZIPEXE+x}" ]; then
21782 case $ZIPEXE in
21784 ac_cv_path_ZIPEXE="$ZIPEXE" # Let the user override the test with a path.
21805 ZIPEXE=$ac_cv_path_ZIPEXE
21806 if test -n "$ZIPEXE"; the
[all...]

Completed in 106 milliseconds