~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gary Poster
  • Date: 2009-06-01 14:47:27 UTC
  • mto: This revision was merged to the branch mainline in revision 8490.
  • Revision ID: gary.poster@canonical.com-20090601144727-87stio1lp3yc3fyv
fix buildout issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
build: $(BZR_VERSION_INFO) compile apidoc
102
102
 
103
103
eggs:
104
 
        # Usually this is linked via link-external-dependencies, but in
 
104
        # Usually this is linked via link-external-sourcecode, but in
105
105
        # deployment we create this ourselves.
106
106
        mkdir eggs
107
107
 
110
110
# to raise an error, so developers know to do the usual set-up.
111
111
download-cache:
112
112
        @echo "Missing buildout/download-cache."
113
 
        @echo "Developers: please run utilities/link-external-dependencies."
 
113
        @echo "Developers: please run utilities/link-external-sourcecode."
114
114
        [ -e _pqm_flag ]
115
115
        bzr co lp:lp-source-dependencies download-cache
116
116