~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-07-16 03:44:09 UTC
  • mfrom: (8827.2.7 buildout-sitepackage)
  • Revision ID: launchpad@pqm.canonical.com-20090716034409-2zc27qubsc8dtd5z
[r=flacoste][ui=none] integrate my zc.buildout branches to fix a
        variety of problems of using buildout with a system Python

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
# warning before the eggs directory is made.  The target for the eggs directory
128
128
# is only there for deployment convenience.
129
129
bin/buildout: download-cache eggs
130
 
        $(PYTHON) bootstrap.py
 
130
        $(PYTHON) bootstrap.py --ez_setup-source=ez_setup.py \
 
131
                --download-base=download-cache/dist --eggs=eggs
131
132
 
132
 
$(PY): bin/buildout versions.cfg
 
133
$(PY): bin/buildout versions.cfg buildout.cfg setup.py
133
134
        ./bin/buildout configuration:instance_name=${LPCONFIG}
134
135
 
135
136
compile: $(PY)
136
137
        ${SHHH} $(MAKE) -C sourcecode build PYTHON=${PYTHON} \
137
138
            PYTHON_VERSION=${PYTHON_VERSION} LPCONFIG=${LPCONFIG}
138
139
        ${SHHH} LPCONFIG=${LPCONFIG} $(PY) -t buildmailman.py
139
 
        ${SHHH} sourcecode/lazr-js/tools/build.py \
 
140
        ${SHHH} $(PY) sourcecode/lazr-js/tools/build.py \
140
141
                -n launchpad -s lib/canonical/launchpad/javascript \
141
142
                -b lib/canonical/launchpad/icing/build $(EXTRA_JS_FILES)
142
143