gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10589: make snapshot-deb a phony ta


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10589: make snapshot-deb a phony target, and add dependencies.
Date: Sun, 15 Feb 2009 08:39:00 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10589
committer: address@hidden
branch nick: trunk
timestamp: Sun 2009-02-15 08:39:00 -0700
message:
  make snapshot-deb a phony target, and add dependencies.
modified:
  packaging/deb.am
=== modified file 'packaging/deb.am'
--- a/packaging/deb.am  2009-02-15 00:33:12 +0000
+++ b/packaging/deb.am  2009-02-15 15:39:00 +0000
@@ -28,7 +28,7 @@
 # into the proper files to build a package with the version in
 # all the right places. This involves editing the debian/changelog
 # file. Configure.ac is edited by the snapshot target.
-snapshot-deb: # distdir snapshot
+snapshot-deb: distdir snapshot
        -now=`date "+%Y%m%d"`; \
        pkgname="gnash-${RELEASE}$${now}"; \
        snapshot_dir="gnash-${RELEASE}$${now}"; \
@@ -44,4 +44,4 @@
        fi; \
        (cd $${snapshot_dir}; dpkg-buildpackage -rfakeroot -j6)
 
-.PHONY : deb debian 
+.PHONY : deb debian snapshot-deb


reply via email to

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