# HG changeset patch # User Andrew John Hughes # Date 1268863962 0 # Node ID f734c3dcd1a0407922a67647e5e86c8043c54d75 # Parent bd932bfc5a03903ab0a365c649f6d6c38a62b666 Remove unnecessary use of $(abs_top_builddir)/rt in rt-source-files.txt. 2010-03-17 Andrew John Hughes * 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. diff -r bd932bfc5a03 -r f734c3dcd1a0 ChangeLog --- 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 + + * 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 * patches/hotspot/default/icedtea-gcc-stack-markings.patch: New. diff -r bd932bfc5a03 -r f734c3dcd1a0 Makefile.am --- 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