/hg/icedtea: Ensure build directory is created for old plugin.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Mar 3 04:42:36 PST 2010


changeset c9ad770e663e in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=c9ad770e663e
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Mar 03 12:42:29 2010 +0000

	Ensure build directory is created for old plugin.

	2010-03-03 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: ($(PLUGIN_BUILD_DIR)/%.o): Remove
	unnecessary cd. ($(PLUGIN_BUILD_DIR)/IcedTeaPlugin.o):
	Create build directory.


diffstat:

2 files changed, 8 insertions(+), 1 deletion(-)
ChangeLog   |    7 +++++++
Makefile.am |    2 +-

diffs (33 lines):

diff -r fd1500c0d6e8 -r c9ad770e663e ChangeLog
--- a/ChangeLog	Wed Mar 03 03:15:21 2010 +0000
+++ b/ChangeLog	Wed Mar 03 12:42:29 2010 +0000
@@ -1,3 +1,10 @@ 2010-03-03 Andrew John Hughes  <ahughes@
+2010-03-03 Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	($(PLUGIN_BUILD_DIR)/%.o): Remove unnecessary cd.
+	($(PLUGIN_BUILD_DIR)/IcedTeaPlugin.o): Create
+	build directory.
+
 2010-03-03 Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r fd1500c0d6e8 -r c9ad770e663e Makefile.am
--- a/Makefile.am	Wed Mar 03 03:15:21 2010 +0000
+++ b/Makefile.am	Wed Mar 03 12:42:29 2010 +0000
@@ -1978,7 +1978,6 @@ NPPLUGIN_OBJECTS=IcedTeaNPPlugin.o IcedT
 
 $(PLUGIN_BUILD_DIR)/%.o: $(PLUGIN_SRCDIR)/%.cc
 	mkdir -p $(PLUGIN_BUILD_DIR) && \
-	cd $(PLUGIN_BUILD_DIR) && \
 	$(CXX) $(CXXFLAGS) \
 	  -DPACKAGE_VERSION="\"$(PACKAGE_VERSION)\"" \
 	  -DPLUGIN_VERSION="\"$(PACKAGE_VERSION)$(ICEDTEA_REV)\"" \
@@ -2012,6 +2011,7 @@ if ENABLE_PLUGIN
 	fi ; \
 	if [ -n "$(PKGVERSION)" ]; then plugin_version=" ($(PKGVERSION))"; fi; \
 	plugin_version=" $(PACKAGE_VERSION)$$revision$$plugin_version"; \
+	mkdir -p $(PLUGIN_BUILD_DIR) && \
 	$(CXX) $(CXXFLAGS) \
 	  -DPACKAGE_VERSION="\"$(PACKAGE_VERSION)\"" \
 	  -DPLUGIN_VERSION="\"$$plugin_version\"" \



More information about the distro-pkg-dev mailing list