Use mkdir -p.
This commit is contained in:
parent
16e0a96ed2
commit
b6e8ddb958
4
Makefile
4
Makefile
@ -11,7 +11,7 @@ else
|
|||||||
RMDIR := rm -rf
|
RMDIR := rm -rf
|
||||||
RM := rm -rf
|
RM := rm -rf
|
||||||
CP = cp $< $@
|
CP = cp $< $@
|
||||||
MKDIR = mkdir $@
|
MKDIR = mkdir -p $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
coffee := $(BIN)coffee -c --no-header
|
coffee := $(BIN)coffee -c --no-header
|
||||||
@ -122,7 +122,7 @@ tmp/eventPage.js : src/General/eventPage.coffee $(coffee_deps) | tmp
|
|||||||
|
|
||||||
define rules_channel
|
define rules_channel
|
||||||
|
|
||||||
testbuilds/crx$1 : | testbuilds
|
testbuilds/crx$1 :
|
||||||
$$(MKDIR)
|
$$(MKDIR)
|
||||||
|
|
||||||
testbuilds/crx$1/script.js : src/meta/botproc.js LICENSE src/meta/usestrict.js tmp/script-crx.js $(cat_deps) | testbuilds/crx$1
|
testbuilds/crx$1/script.js : src/meta/botproc.js LICENSE src/meta/usestrict.js tmp/script-crx.js $(cat_deps) | testbuilds/crx$1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user