Add rule to make CRX packages without copying to builds/.
This commit is contained in:
parent
4cfedf90d8
commit
a90b9e9d17
4
Makefile
4
Makefile
@ -115,6 +115,8 @@ bds := \
|
||||
|
||||
testbds := $(foreach f,$(filter-out %.crx %.zip,$(bds)),test$(f)) $(foreach t,crx crx-beta crx-noupdate,$(foreach f,$(crx_contents),testbuilds/$(t)/$(f)))
|
||||
|
||||
testcrx := $(foreach f,$(filter %.crx %.zip,$(bds)),test$(f))
|
||||
|
||||
jshint := $(foreach f,script-crx eventPage script-userscript,.events/jshint.$(f))
|
||||
|
||||
jshint_parts := $(foreach p,$(parts_userscript),.events/jshint.script$(p))
|
||||
@ -243,6 +245,8 @@ cleanall : clean
|
||||
|
||||
testbds : $(testbds)
|
||||
|
||||
testcrx : $(testcrx)
|
||||
|
||||
bds : $(bds)
|
||||
|
||||
jshint : $(jshint)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user