changeset in /hg/icedtea: 2008-03-03 Lillian Angel <langel at red...
Lillian Angel
langel at redhat.com
Mon Mar 3 20:44:25 PST 2008
changeset 9e8d59b0bcbe in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=9e8d59b0bcbe
description:
2008-03-03 Lillian Angel <langel at redhat.com>
* Makefile.am: Fixed distclean target
* Makefile.in: Regenerated.
diffstat:
3 files changed, 7 insertions(+), 2 deletions(-)
ChangeLog | 5 +++++
Makefile.am | 2 +-
Makefile.in | 2 +-
diffs (36 lines):
diff -r 5398c0d9a012 -r 9e8d59b0bcbe ChangeLog
--- a/ChangeLog Mon Mar 03 06:47:12 2008 -0500
+++ b/ChangeLog Mon Mar 03 23:42:06 2008 -0500
@@ -1,3 +1,8 @@ 2008-03-03 Gary Benson <gbenson at redhat
+2008-03-03 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am: Fixed distclean target
+ * Makefile.in: Regenerated.
+
2008-03-03 Gary Benson <gbenson at redhat.com>
* patches/icedtea-ports.patch
diff -r 5398c0d9a012 -r 9e8d59b0bcbe Makefile.am
--- a/Makefile.am Mon Mar 03 06:47:12 2008 -0500
+++ b/Makefile.am Mon Mar 03 23:42:06 2008 -0500
@@ -28,7 +28,7 @@ all-local: icedtea-against-icedtea
distclean-local: clean-copy
rm -rf stamps
- rm -f rt-source-files.txt tools-source-files.txt \
+ rm -f rt-source-files.txt \
hotspot-tools-source-files.txt
rm -rf bootstrap
rm -rf lib
diff -r 5398c0d9a012 -r 9e8d59b0bcbe Makefile.in
--- a/Makefile.in Mon Mar 03 06:47:12 2008 -0500
+++ b/Makefile.in Mon Mar 03 23:42:06 2008 -0500
@@ -699,7 +699,7 @@ all-local: icedtea-against-icedtea
distclean-local: clean-copy
rm -rf stamps
- rm -f rt-source-files.txt tools-source-files.txt \
+ rm -f rt-source-files.txt \
hotspot-tools-source-files.txt
rm -rf bootstrap
rm -rf lib
More information about the distro-pkg-dev
mailing list