/hg/icedtea-web: removal o redundat cygpath - by Michal Vala

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Fri Mar 1 09:16:21 UTC 2019


changeset fd991e531f45 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=fd991e531f45
author: Jiri Vanek <jvanek at redhat.com>
date: Fri Mar 01 10:16:01 2019 +0100

	removal o redundat cygpath - by Michal Vala


diffstat:

 Makefile.am |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r d086c969440f -r fd991e531f45 Makefile.am
--- a/Makefile.am	Thu Feb 28 14:49:58 2019 +0100
+++ b/Makefile.am	Fri Mar 01 10:16:01 2019 +0100
@@ -1289,9 +1289,6 @@
 
 stamps/netx-dist-tests-sign-some-reproducers.stamp: stamps/netx-dist-tests-prepare-reproducers.stamp
 	export keystore=$(TOP_BUILD_DIR)/$(PRIVATE_KEYSTORE_NAME); \
-	if  which cygpath  ; then \
-	  export keystore=$$(cygpath -p -m "$$keystore") ; \
-	fi ; \
 	types=($(SIGNED_REPRODUCERS)) ; \
 	for which in "$${types[@]}" ; do \
 	  tcaw=$(TEST_CERT_ALIAS)_$$which ; \


More information about the distro-pkg-dev mailing list