~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gavin Panella
  • Date: 2011-03-14 16:19:47 UTC
  • mto: This revision was merged to the branch mainline in revision 12590.
  • Revision ID: gavin.panella@canonical.com-20110314161947-j6wsv82c9ewh16rm
Use a raw build by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
LAZR_BUILT_JS_ROOT=lazr-js/build
22
22
 
23
23
ifeq ($(LPCONFIG), development)
24
 
JS_BUILD := debug
 
24
JS_BUILD := raw
25
25
else
26
26
JS_BUILD := min
27
27
endif
28
28
 
29
 
JS_YUI := $(shell utilities/yui-deps.py $(JS_BUILD))
 
29
JS_YUI := $(shell utilities/yui-deps.py $(JS_BUILD:raw=))
30
30
JS_LAZR := $(LAZR_BUILT_JS_ROOT)/lazr.js
31
31
JS_OTHER := $(wildcard lib/canonical/launchpad/javascript/*/*.js)
32
32
JS_LP := $(shell find lib/lp/*/javascript ! -path '*/tests/*' -name '*.js')