/hg/icedtea-web: Small tweek to workaround empty braces on cygwin
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Tue Apr 25 12:43:24 UTC 2017
changeset 4d892fe13055 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=4d892fe13055
author: Jiri Vanek <jvanek at redhat.com>
date: Tue Apr 25 14:52:45 2017 +0200
Small tweek to workaround empty braces on cygwin
diffstat:
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r a49fe8d981cd -r 4d892fe13055 Makefile.am
--- a/Makefile.am Tue Apr 25 14:12:21 2017 +0200
+++ b/Makefile.am Tue Apr 25 14:52:45 2017 +0200
@@ -20,11 +20,11 @@
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)")
- export CPA=""
+ export CPA="-v"
else
export TOP_BUILD_DIR = $(abs_top_builddir)
export TOP_SRC_DIR = $(abs_top_srcdir)
- export CPA="-a"
+ export CPA="-av"
endif
export NETX_DIR = $(TOP_BUILD_DIR)/netx.build
More information about the distro-pkg-dev
mailing list