~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

make the buildout only happen once in the makefile (after that, call bin/buildout if you want to refresh)

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
bin/buildout:
103
103
        $(PYTHON) bootstrap.py
104
104
 
105
 
bin/py: zc.buildout
106
 
 
107
 
zc.buildout: bin/buildout
 
105
bin/py: bin/buildout
108
106
        ./bin/buildout configuration:instance_name=${LPCONFIG}
109
107
 
110
108
compile: bin/py