gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10804: be explicit about which targ


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10804: be explicit about which targets to execute, as dependencies seems to be unreliable on some platforms.
Date: Thu, 16 Apr 2009 21:37:01 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10804
committer: address@hidden
branch nick: trunk
timestamp: Thu 2009-04-16 21:37:01 -0600
message:
  be explicit about which targets to execute, as dependencies seems to be 
unreliable on some platforms.
modified:
  packaging/xpi.am
=== modified file 'packaging/xpi.am'
--- a/packaging/xpi.am  2009-04-16 22:16:49 +0000
+++ b/packaging/xpi.am  2009-04-17 03:37:01 +0000
@@ -82,7 +82,7 @@
        done; \
        strip  $${snapshot_dest}/usr/bin/gtk-gnash; \
        cd $(SNAPSHOT_BUILD); ../configure --disable-static --enable-shared 
$(CONFIG_OPTS); \
-       $(MAKE) $(AM_MAKEFLAGS) -C plugin install-plugin 
DESTDIR=$${snapshot_dest}; \
+       $(MAKE) $(AM_MAKEFLAGS) -C plugin clean all install-plugin 
DESTDIR=$${snapshot_dest}; \
        $(MAKE) $(AM_MAKEFLAGS) -C plugin/xpcom all install-pkglib 
DESTDIR=$${snapshot_dest}; \
        cp -fr $${snapshot_dest}/usr/lib/mozilla/plugins/libgnashplugin.so 
$${snapshot_xpi}/plugins; \
        cp -fr $${snapshot_dest}/usr/lib/mozilla/plugins/extensions/*.xpt 
$${snapshot_xpi}/plugins; \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]