~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Francis J. Lacoste
  • Date: 2009-03-19 21:33:21 UTC
  • mto: This revision was merged to the branch mainline in revision 8009.
  • Revision ID: francis.lacoste@canonical.com-20090319213321-qwh4x3hhdmzwaev3
Move comment out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
check_merge: dbfreeze_check
74
74
        ${PYTHON} lib/canonical/tests/test_no_conflict_marker.py
75
75
 
 
76
# This can be removed once we move to zc.buildout and we have versioned
 
77
# dependencies, but for now we run both Launchpad and all other
 
78
# dependencies tests for any merge to sourcecode.
76
79
check_sourcecode_merge: build check
77
 
        # This can be removed once we move to zc.buildout and we have versioned
78
 
        # dependencies, but for now we run both Launchpad and all other
79
 
        # dependencies tests to any merge to sourcecode.
80
80
        $(MAKE) -C sourcecode check PYTHON=${PYTHON} \
81
81
                PYTHON_VERSION=${PYTHON_VERSION} PYTHONPATH=$(PYTHONPATH)
82
82