~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gary Poster
  • Date: 2009-12-09 22:32:48 UTC
  • mto: This revision was merged to the branch mainline in revision 10025.
  • Revision ID: gary.poster@canonical.com-20091209223248-445m1r684pf2w762
make target for building eggs once

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
        @echo "Developers: please run utilities/link-external-sourcecode."
138
138
        @exit 1
139
139
 
 
140
buildonce_eggs: $(PY)
 
141
        find eggs -name '*.pyc' -exec rm {} \;
 
142
 
140
143
# The download-cache dependency comes *before* eggs so that developers get the
141
144
# warning before the eggs directory is made.  The target for the eggs directory
142
145
# is only there for deployment convenience.
364
367
        check check_merge \
365
368
        schema default launchpad.pot check_merge_ui pull scan sync_branches\
366
369
        reload-apache hosted_branches check_db_merge check_mailman check_config\
367
 
        jsbuild clean_js
 
370
        jsbuild clean_js buildonce_eggs