changeset in /hg/icedtea: * Makefile.am (stamps/patch.stamp): Ma...

Mark Wielaard mark at klomp.org
Wed Oct 29 11:29:40 PDT 2008


changeset 0fafece1a73c in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=0fafece1a73c
description:
	* Makefile.am (stamps/patch.stamp): Make sure rt dir exists
		when ENABLE_PLUGIN is true.

diffstat:

2 files changed, 9 insertions(+), 3 deletions(-)
ChangeLog   |   11 ++++++++---
Makefile.am |    1 +

diffs (36 lines):

diff -r 77b03084ebd0 -r 0fafece1a73c ChangeLog
--- a/ChangeLog	Thu Oct 23 04:58:23 2008 -0400
+++ b/ChangeLog	Thu Oct 23 12:17:21 2008 +0200
@@ -1,3 +1,8 @@ 2008-10-23  Gary Benson  <gbenson at redhat
+2008-10-23  Mark Wielaard  <mark at klomp.org>
+
+	* Makefile.am (stamps/patch.stamp): Make sure rt dir exists when
+	ENABLE_PLUGIN is true.
+
 2008-10-23  Gary Benson  <gbenson at redhat.com>
 
 	PR icedtea/204:
@@ -10,9 +15,9 @@ 2008-10-23  Gary Benson  <gbenson at redhat
 
 2008-10-22  Matthias Klose  <doko at ubuntu.com>
 
-        * Makefile.am: Revert the previous change. Always pass DISTRIBUTION_ID
-        instead.
-        * configure.ac: Make DIST_ID more precise. Some implementations of the
+	* Makefile.am: Revert the previous change. Always pass DISTRIBUTION_ID
+	instead.
+	* configure.ac: Make DIST_ID more precise. Some implementations of the
 	lsb_release command quote the output; ignore it.
 
 2008-10-22  Omair Majid  <omajid at redhat.com>
diff -r 77b03084ebd0 -r 0fafece1a73c Makefile.am
--- a/Makefile.am	Thu Oct 23 04:58:23 2008 -0400
+++ b/Makefile.am	Thu Oct 23 12:17:21 2008 +0200
@@ -648,6 +648,7 @@ stamps/patch.stamp: stamps/patch-fsg.sta
 
 if ENABLE_PLUGIN
 	cp -a $(abs_top_srcdir)/plugin/icedtea/sun/applet/*java openjdk/jdk/src/share/classes/sun/applet/
+	mkdir -p rt
 	cp -a $(abs_top_srcdir)/plugin/icedtea/netscape rt/
 endif
 



More information about the distro-pkg-dev mailing list