changeset in /hg/icedtea: * Makefile.am (EXTRA_DIST): Always inc...

Mark Wielaard mark at klomp.org
Sat Oct 18 21:23:35 PDT 2008


changeset d3bdd63d63d1 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=d3bdd63d63d1
description:
	* Makefile.am (EXTRA_DIST): Always include all patches,
		irrespective of any configure options.

diffstat:

2 files changed, 13 insertions(+), 8 deletions(-)
ChangeLog   |    5 +++++
Makefile.am |   16 ++++++++--------

diffs (39 lines):

diff -r d6d04e2f4333 -r d3bdd63d63d1 ChangeLog
--- a/ChangeLog	Wed Oct 15 13:11:21 2008 -0400
+++ b/ChangeLog	Wed Oct 15 22:55:36 2008 +0200
@@ -1,3 +1,8 @@ 2008-10-15  Lillian Angel  <langel at redha
+2008-10-15  Mark Wielaard  <mark at klomp.org>
+
+	* Makefile.am (EXTRA_DIST): Always include all patches,
+	irrespective of any configure options.
+
 2008-10-15  Lillian Angel  <langel at redhat.com>
 
 	* Makefile.am
diff -r d6d04e2f4333 -r d3bdd63d63d1 Makefile.am
--- a/Makefile.am	Wed Oct 15 13:11:21 2008 -0400
+++ b/Makefile.am	Wed Oct 15 22:55:36 2008 +0200
@@ -89,15 +89,15 @@ install:
 	$(ICEDTEAPLUGIN_CLEAN) hotspot hotspot-helper clean-extra \
 	clean-jtreg clean-jtreg-reports clean-visualvm clean-nbplatform
 
-EXTRA_DIST = rt generated $(ICEDTEA_PATCHES) $(ICEDTEA_FSG_PATCHES) \
-	$(ICEDTEA_ECJ_PATCH) gcjwebplugin.cc tools-copy contrib ports \
-	patches/icedtea-gcc-4.3.patch extra $(ZERO_PATCHES) \
-	patches/icedtea-arch.patch patches/icedtea-cacao.patch \
+EXTRA_DIST = rt generated \
+	patches/icedtea-*.patch \
+	gcjwebplugin.cc tools-copy contrib ports \
+	extra overlays \
 	javaws.png javaws.desktop visualvm.desktop \
-	overlays extra jconsole.desktop policytool.desktop \
-	test/jtreg patches/icedtea-plugin.patch \
-	patches/icedtea-liveconnect.patch IcedTeaPlugin.cc \
-	HACKING patches/icedtea-visualvm.patch pulseaudio fsg.sh
+	jconsole.desktop policytool.desktop \
+	test/jtreg \
+	IcedTeaPlugin.cc \
+	HACKING pulseaudio fsg.sh
 
 # The Binary plugs directory is called jdk1.7.0 for historical reasons. The
 # name is completely irrelevant; only contains the plugs to build IcedTea.



More information about the distro-pkg-dev mailing list