/hg/icedtea-web: Fix error on make clean.
asu at icedtea.classpath.org
asu at icedtea.classpath.org
Mon Oct 25 09:14:35 PDT 2010
changeset e9910d92b046 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=e9910d92b046
author: Andrew Su <asu at redhat.com>
date: Mon Oct 25 12:14:33 2010 -0400
Fix error on make clean.
diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
ChangeLog | 6 ++++++
Makefile.am | 2 +-
diffs (32 lines):
diff -r eb998ed0ab1a -r e9910d92b046 ChangeLog
--- a/ChangeLog Fri Oct 22 10:44:12 2010 -0400
+++ b/ChangeLog Mon Oct 25 12:14:33 2010 -0400
@@ -1,3 +1,9 @@ 2010-10-22 Omair Majid <omajid at redhat.
+2010-10-25 Andrew Su <asu at redhat.com>
+
+ * Makefile.am:
+ (clean-IcedTeaPlugin): Remove launcher folder first.
+ (clean-plugin): Removed called to remove launcher folder
+
2010-10-22 Omair Majid <omajid at redhat.com>
* netx/net/sourceforge/jnlp/NetxPanel.java
diff -r eb998ed0ab1a -r e9910d92b046 Makefile.am
--- a/Makefile.am Fri Oct 22 10:44:12 2010 -0400
+++ b/Makefile.am Mon Oct 25 12:14:33 2010 -0400
@@ -188,6 +188,7 @@ PLUGIN_OBJECTS=IcedTeaNPPlugin.o IcedTea
$(CC) $(LAUNCHER_LINK) $(PLUGIN_LAUNCHER_OBJECTS)
clean-IcedTeaPlugin:
+ rm -rf $(PLUGIN_DIR)/launcher
rm -f $(PLUGIN_DIR)/*.o
rm -f $(PLUGIN_DIR)/IcedTeaPlugin.so
if [ $(abs_top_srcdir) != $(abs_top_builddir) ]; then \
@@ -203,7 +204,6 @@ stamps/plugin.stamp: $(ICEDTEAPLUGIN_TAR
touch stamps/plugin.stamp
clean-plugin: $(ICEDTEAPLUGIN_CLEAN)
- rm -rf $(PLUGIN_DIR)/launcher
rm -f stamps/plugin.stamp
liveconnect-source-files.txt:
More information about the distro-pkg-dev
mailing list