/hg/release/icedtea6-1.7: Explicitly create destination director...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Mon Mar 1 07:26:13 PST 2010
changeset 240dae063336 in /hg/release/icedtea6-1.7
details: http://icedtea.classpath.org/hg/release/icedtea6-1.7?cmd=changeset;node=240dae063336
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Mar 01 15:26:06 2010 +0000
Explicitly create destination directory for Rhino as Sun's javac
doesn't.
2010-02-17 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: (rewriter.stamp): Explicitly create
destination directory as Sun's javac doesn't.
diffstat:
2 files changed, 7 insertions(+)
ChangeLog | 6 ++++++
Makefile.am | 1 +
diffs (24 lines):
diff -r dbb5ddd34731 -r 240dae063336 ChangeLog
--- a/ChangeLog Fri Feb 26 18:03:04 2010 +0000
+++ b/ChangeLog Mon Mar 01 15:26:06 2010 +0000
@@ -1,3 +1,9 @@ 2010-02-26 Andrew John Hughes <ahughes@
+2010-02-17 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ (rewriter.stamp): Explicitly create destination
+ directory as Sun's javac doesn't.
+
2010-02-26 Andrew John Hughes <ahughes at redhat.com>
* NEWS: Updated for 1.7.1
diff -r dbb5ddd34731 -r 240dae063336 Makefile.am
--- a/Makefile.am Fri Feb 26 18:03:04 2010 +0000
+++ b/Makefile.am Mon Mar 01 15:26:06 2010 +0000
@@ -1713,6 +1713,7 @@ endif
stamps/rewriter.stamp: $(INITIAL_BOOTSTRAP_LINK_STAMP)
if WITH_RHINO
+ mkdir -p $(abs_top_builddir)/rewriter
(cd $(abs_top_srcdir)/rewriter ; \
$(ICEDTEA_BOOT_DIR)/bin/javac -g \
-d $(abs_top_builddir)/rewriter $(REWRITER_SRCS) \
More information about the distro-pkg-dev
mailing list