changeset 1707:f734c3dcd1a0

Remove unnecessary use of $(abs_top_builddir)/rt in rt-source-files.txt. 2010-03-17 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: (rt-source-files.txt): Don't search $(abs_top_builddir)/rt; this is only ever going to either do nothing (due to srcdir=builddir or not builddir/rt as is the usual case) or produce duplicates.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 17 Mar 2010 22:12:42 +0000
parents bd932bfc5a03
children 5cfd9324c1b7
files ChangeLog Makefile.am
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Aug 27 17:48:27 2009 +0200
+++ b/ChangeLog	Wed Mar 17 22:12:42 2010 +0000
@@ -1,3 +1,13 @@
+2010-03-17  Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	(rt-source-files.txt): Don't search
+	$(abs_top_builddir)/rt; this is only
+	ever going to either do nothing (due
+	to srcdir=builddir or not builddir/rt
+	as is the usual case) or produce
+	duplicates.
+
 2009-08-27  Kees Cook <kees@canonical.com>
 
 	* patches/hotspot/default/icedtea-gcc-stack-markings.patch: New.
--- a/Makefile.am	Thu Aug 27 17:48:27 2009 +0200
+++ b/Makefile.am	Wed Mar 17 22:12:42 2010 +0000
@@ -1556,7 +1556,7 @@
 
 # rt-closed.jar class files.
 rt-source-files.txt: stamps/replace-hotspot.stamp stamps/copy-source-files.stamp
-	find $(abs_top_srcdir)/rt $(abs_top_builddir)/rt $(LIVECONNECT_SRCS) -name '*.java' \
+	find $(abs_top_srcdir)/rt $(LIVECONNECT_SRCS) -name '*.java' \
 	  | sort -u > $@
 
 stamps/rt-class-files.stamp: rt-source-files.txt