changeset 1720:47a2b1b5ef65

Explicitly create destination directory for Rhino as Sun's javac doesn't. 2010-02-17 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: (rewriter.stamp): Explicitly create destination directory as Sun's javac doesn't.
author Andrew John Hughes <ahughes@redhat.com>
date Mon, 01 Mar 2010 15:26:06 +0000
parents 065f8d5c9ce8
children e6adbe29b4c4
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Feb 24 23:30:18 2010 +0000
+++ b/ChangeLog	Mon Mar 01 15:26:06 2010 +0000
@@ -1,3 +1,9 @@
+2010-02-17 Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	(rewriter.stamp): Explicitly create destination
+	directory as Sun's javac doesn't.
+
 2010-02-24 Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am: Add THANKYOU to
--- a/Makefile.am	Wed Feb 24 23:30:18 2010 +0000
+++ b/Makefile.am	Mon Mar 01 15:26:06 2010 +0000
@@ -2061,6 +2061,7 @@
 
 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) \