~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gary Poster
  • Date: 2009-11-16 19:43:46 UTC
  • mto: This revision was merged to the branch mainline in revision 9892.
  • Revision ID: gary.poster@canonical.com-20091116194346-w3wc6jtdwoit8bx8
Makefile for making Python 2.5 a smoother transition

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
LPCONFIG=development
19
19
 
 
20
LP_BUILT_JS_ROOT=lib/canonical/launchpad/icing/build
 
21
LAZR_BUILT_JS_ROOT=lazr-js/build
 
22
 
20
23
MINS_TO_SHUTDOWN=15
21
24
 
22
25
CODEHOSTING_ROOT=/var/tmp/bazaar.launchpad.dev
259
262
        @echo Rebuilding FTI indexes on launchpad_dev database
260
263
        $(PY) database/schema/fti.py -d launchpad_dev --force
261
264
 
262
 
clean:
 
265
clean_js:
 
266
        $(RM) $(LP_BUILT_JS_ROOT)/launchpad.js
 
267
        $(RM) -r $(LAZR_BUILT_JS_ROOT)
 
268
 
 
269
clean: clean_js
263
270
        $(MAKE) -C sourcecode/pygettextpo clean
 
271
        # XXX gary 2009-11-16 bug 483782
 
272
        # The pygettextpo Makefile should have this next line in it for its make
 
273
        # clean, and then we should remove this line.
 
274
        $(RM) sourcecode/pygpgme/gpgme/*.so
264
275
        if test -f sourcecode/mailman/Makefile; then \
265
276
                $(MAKE) -C sourcecode/mailman clean; \
266
277
        fi
357
368
        check check_loggerhead_on_merge  check_merge check_sourcecode_merge \
358
369
        schema default launchpad.pot check_merge_ui pull scan sync_branches\
359
370
        reload-apache hosted_branches check_db_merge check_mailman check_config\
360
 
        jsbuild
 
371
        jsbuild clean_js