~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Tom Haddon
  • Date: 2008-10-13 23:29:15 UTC
  • mto: This revision was merged to the branch mainline in revision 7180.
  • Revision ID: tom.haddon@canonical.com-20081013232915-kneba6ok7y9tps9d
Only create/recreate the bzr_version_info file if it's changed/needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
sync_branches: pull_branches scan_branches
181
181
 
182
182
bzr_version_info:
183
 
        rm -f bzr-version-info.py bzr-version-info.pyc
184
 
        if which bzr > /dev/null  && test -x `which bzr`; \
185
 
                then PYTHONPATH= bzr version-info --format=python > bzr-version-info.py 2>/dev/null; \
186
 
        fi
 
183
        scripts/update-bzr-version-info.sh
187
184
 
188
185
# Run as a daemon - hack using nohup until we move back to using zdaemon
189
186
# properly. We also should really wait until services are running before