~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Francis J. Lacoste
  • Date: 2009-07-17 18:59:48 UTC
  • mto: This revision was merged to the branch mainline in revision 8951.
  • Revision ID: francis.lacoste@canonical.com-20090717185948-qjxi1j1yikawh3y5
Silenced bootstrap.py and buildout.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
TESTFLAGS=-p $(VERBOSITY)
12
12
TESTOPTS=
13
13
 
14
 
SHHH=${PY} utilities/shhh.py
 
14
SHHH=utilities/shhh.py
15
15
HERE:=$(shell pwd)
16
16
 
17
17
LPCONFIG=development
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 --ez_setup-source=ez_setup.py \
 
130
        $(SHHH) $(PYTHON) bootstrap.py --ez_setup-source=ez_setup.py \
131
131
                --download-base=download-cache/dist --eggs=eggs
132
132
 
133
133
$(PY): bin/buildout versions.cfg buildout.cfg setup.py
134
 
        ./bin/buildout configuration:instance_name=${LPCONFIG}
 
134
        $(SHHH) ./bin/buildout configuration:instance_name=${LPCONFIG}
135
135
 
136
136
compile: $(PY)
137
137
        ${SHHH} $(MAKE) -C sourcecode build PYTHON=${PYTHON} \