/hg/release/icedtea6-1.10: Fix typo in debug build.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Fri Feb 25 13:22:53 PST 2011
changeset 7ae32a60dcca in /hg/release/icedtea6-1.10
details: http://icedtea.classpath.org/hg/release/icedtea6-1.10?cmd=changeset;node=7ae32a60dcca
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Feb 25 21:21:36 2011 +0000
Fix typo in debug build.
2011-02-25 DJ Lucas <dj at linuxfromscratch.org>
* Makefile.am: (icedtea-debug-against-debug):
Correct typo.
diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog | 5 +++++
Makefile.am | 2 +-
diffs (24 lines):
diff -r f1416523b090 -r 7ae32a60dcca ChangeLog
--- a/ChangeLog Fri Feb 25 00:45:39 2011 +0000
+++ b/ChangeLog Fri Feb 25 21:21:36 2011 +0000
@@ -1,3 +1,8 @@ 2011-02-25 Andrew John Hughes <ahughes
+2011-02-25 DJ Lucas <dj at linuxfromscratch.org>
+
+ * Makefile.am:
+ (icedtea-debug-against-debug): Correct typo.
+
2011-02-25 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Update with latest bug fixes.
diff -r f1416523b090 -r 7ae32a60dcca Makefile.am
--- a/Makefile.am Fri Feb 25 00:45:39 2011 +0000
+++ b/Makefile.am Fri Feb 25 21:21:36 2011 +0000
@@ -1398,7 +1398,7 @@ stamps/icedtea-debug-against-icedtea.sta
stamps/icedtea-debug-against-icedtea.stamp: stamps/icedtea-debug.stamp \
stamps/add-jamvm-debug.stamp stamps/add-cacao-debug.stamp \
stamps/add-zero-debug.stamp stamps/add-systemtap-debug.stamp stamps/add-pulseaudio-debug.stamp \
- stamps/add-nss-debug.stamp stamps/add/tzdata-support-debug.stamp
+ stamps/add-nss-debug.stamp stamps/add-tzdata-support-debug.stamp
mkdir -p stamps
touch stamps/icedtea-debug-against-icedtea.stamp
More information about the distro-pkg-dev
mailing list