changeset in /hg/icedtea: Comment on wildcard fix.

Andrew John Hughes gnu_andrew at member.fsf.org
Tue Dec 9 12:39:38 PST 2008


changeset d9eec6614be5 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=d9eec6614be5
description:
	Comment on wildcard fix.

	2008-12-09  Mark Wielaard  <mark at klomp.org>

		* Makefile.am:
		Add comment to describe wildcard fix.

diffstat:

2 files changed, 7 insertions(+)
ChangeLog   |    5 +++++
Makefile.am |    2 ++

diffs (24 lines):

diff -r 0819e406a371 -r d9eec6614be5 ChangeLog
--- a/ChangeLog	Tue Dec 09 20:37:33 2008 +0000
+++ b/ChangeLog	Tue Dec 09 20:39:31 2008 +0000
@@ -1,3 +1,8 @@ 2008-12-09  Andrew John Hughes  <gnu_and
+2008-12-09  Mark Wielaard  <mark at klomp.org>
+
+	* Makefile.am:
+	Add comment to describe wildcard fix.
+	
 2008-12-09  Andrew John Hughes  <gnu_andrew at member.fsf.org>
 
 	* patches/xrender/icedtea-000.patch:
diff -r 0819e406a371 -r d9eec6614be5 Makefile.am
--- a/Makefile.am	Tue Dec 09 20:37:33 2008 +0000
+++ b/Makefile.am	Tue Dec 09 20:39:31 2008 +0000
@@ -1906,6 +1906,8 @@ endif
 endif
 
 if ENABLE_XRENDER
+# match against $(abs_top_srcdir) and then remove it again,
+# because stamps/patch.stamp target will also add it
 XRENDER_PATCHES = patches/xrender/icedtea-???.patch
 XRENDER_PATCH_FILES = $(sort $(wildcard $(abs_top_srcdir)/$(XRENDER_PATCHES)))
 ICEDTEA_PATCHES += $(sort $(subst $(abs_top_srcdir)/,,$(XRENDER_PATCH_FILES)))



More information about the distro-pkg-dev mailing list