Don't name this state-changing goal after the file.
This commit is contained in:
parent
4b77821c24
commit
abcece449d
12
Makefile
12
Makefile
@ -15,8 +15,8 @@ else
|
|||||||
endif
|
endif
|
||||||
CP = $(call CAT,$<,$@)
|
CP = $(call CAT,$<,$@)
|
||||||
|
|
||||||
npgoals := clean cleanrel cleanweb cleanfull withtests tag $(foreach i,1 2 3 4,bump$(i)) beta stable web update updatehard
|
npgoals := clean cleanrel cleanweb cleanfull withtests tag wrapped $(foreach i,1 2 3 4,bump$(i)) beta stable web update updatehard
|
||||||
ifneq "$(filter $(npgoals) npm-shrinkwrap.json,$(MAKECMDGOALS))" ""
|
ifneq "$(filter $(npgoals),$(MAKECMDGOALS))" ""
|
||||||
.NOTPARALLEL :
|
.NOTPARALLEL :
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -317,14 +317,14 @@ tag : .events/CHANGELOG jshint release
|
|||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
npm-shrinkwrap.json : src/meta/npm-shrinkwrap.json
|
wrapped : src/meta/npm-shrinkwrap.json
|
||||||
$(CP)
|
$(call CAT,$<,npm-shrinkwrap.json)
|
||||||
|
npm install
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(foreach i,1 2 3 4,bump$(i)) : cleanrel
|
$(foreach i,1 2 3 4,bump$(i)) : cleanrel
|
||||||
$(MAKE) npm-shrinkwrap.json
|
$(MAKE) wrapped
|
||||||
npm install
|
|
||||||
node tools/bump.js $(subst bump,,$@)
|
node tools/bump.js $(subst bump,,$@)
|
||||||
$(MAKE) all
|
$(MAKE) all
|
||||||
$(MAKE) tag
|
$(MAKE) tag
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user