/hg/icedtea-web: * .Makefile.am: on windows, replace prefix by i...
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Tue Apr 11 12:03:42 UTC 2017
changeset cfc79c081af1 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=cfc79c081af1
author: Jiri Vanek <jvanek at redhat.com>
date: Tue Apr 11 14:12:35 2017 +0200
* .Makefile.am: on windows, replace prefix by its cygwin path
diffstat:
ChangeLog | 5 +++++
Makefile.am | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
diffs (23 lines):
diff -r 78812003bcd2 -r cfc79c081af1 ChangeLog
--- a/ChangeLog Mon Apr 10 22:01:37 2017 +0200
+++ b/ChangeLog Tue Apr 11 14:12:35 2017 +0200
@@ -1,3 +1,8 @@
+2017-04-11 Michal Vala <mvala at redhat.com>
+ Jiri Vanek <jvanek at redhat.com>
+
+ * .Makefile.am: on windows, replace prefix by its cygwin path
+
2017-04-10 Michal Vala <mvala at redhat.com>
Jiri Vanek <jvanek at redhat.com>
diff -r 78812003bcd2 -r cfc79c081af1 Makefile.am
--- a/Makefile.am Mon Apr 10 22:01:37 2017 +0200
+++ b/Makefile.am Tue Apr 11 14:12:35 2017 +0200
@@ -19,6 +19,7 @@
if WINDOWS
export TOP_BUILD_DIR := $(shell cygpath -p -m "$(abs_top_builddir)")
export TOP_SRC_DIR := $(shell cygpath -p -m "$(abs_top_srcdir)")
+ export prefix := $(shell cygpath -p -m "$(prefix)")
else
export TOP_BUILD_DIR = $(abs_top_builddir)
export TOP_SRC_DIR = $(abs_top_srcdir)
More information about the distro-pkg-dev
mailing list