~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Michael Hudson
  • Date: 2009-07-24 03:39:09 UTC
  • mto: This revision was merged to the branch mainline in revision 8993.
  • Revision ID: michael.hudson@canonical.com-20090724033909-gzlah2tlf101ih1l
this seems to help testing against bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
WD:=$(shell pwd)
7
7
PY=$(WD)/bin/py
8
8
PYTHONPATH:=$(WD)/lib:$(WD)/lib/mailman:${PYTHONPATH}
 
9
BUILDOUT_CFG=buildout.cfg
9
10
VERBOSITY=-vv
10
11
 
11
12
TESTFLAGS=-p $(VERBOSITY)
130
131
        $(SHHH) $(PYTHON) bootstrap.py --ez_setup-source=ez_setup.py \
131
132
                --download-base=download-cache/dist --eggs=eggs
132
133
 
133
 
$(PY): bin/buildout versions.cfg buildout.cfg setup.py
134
 
        $(SHHH) ./bin/buildout configuration:instance_name=${LPCONFIG}
 
134
$(PY): bin/buildout versions.cfg $(BUILDOUT_CFG) setup.py
 
135
        $(SHHH) ./bin/buildout configuration:instance_name=${LPCONFIG} -c $(BUILDOUT_CFG)
135
136
 
136
137
compile: $(PY)
137
138
        ${SHHH} $(MAKE) -C sourcecode build PYTHON=${PYTHON} \