/hg/icedtea6: Makefile.am (ADD_ZERO_CONFIGURE_ARGS): Filter-out ...
doko at icedtea.classpath.org
doko at icedtea.classpath.org
Sat May 28 03:39:24 PDT 2011
changeset 0034f5cfd96a in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=0034f5cfd96a
author: doko at ubuntu.com
date: Sat May 28 12:37:23 2011 +0200
Makefile.am (ADD_ZERO_CONFIGURE_ARGS): Filter-out --with-javac.
duplicate the pattern to keep syntax highlighting happy.
2011-05-28 Matthias Klose <doko at ubuntu.com>
* Makefile.am (ADD_ZERO_CONFIGURE_ARGS): Filter-out --with-
javac.
diffstat:
ChangeLog | 4 ++++
Makefile.am | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
diffs (22 lines):
diff -r fc898988b053 -r 0034f5cfd96a ChangeLog
--- a/ChangeLog Fri May 27 16:55:49 2011 +0200
+++ b/ChangeLog Sat May 28 12:37:23 2011 +0200
@@ -1,3 +1,7 @@
+2011-05-28 Matthias Klose <doko at ubuntu.com>
+
+ * Makefile.am (ADD_ZERO_CONFIGURE_ARGS): Filter-out --with-javac.
+
2011-05-27 Xerxes RÃ¥nby <xranby at zafena.se>
JamVM
diff -r fc898988b053 -r 0034f5cfd96a Makefile.am
--- a/Makefile.am Fri May 27 16:55:49 2011 +0200
+++ b/Makefile.am Sat May 28 12:37:23 2011 +0200
@@ -1952,6 +1952,7 @@
--disable-docs \
$(filter-out '--with-jdk-home=% '--with-ecj=% \
'--with-java=% '--with-javah=% \
+ '--with-javac=% '--with-javac=% \
'--with-rmic=% '--with-additional-vms=% \
'--with-openjdk '--with-openjdk=% , \
$(CONFIGURE_ARGS)) \
More information about the distro-pkg-dev
mailing list