Suppress printing of filenames when concatenating files on Windows.
This commit is contained in:
parent
4549e8c5f7
commit
cc9923f28a
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ ifdef ComSpec
|
|||||||
BIN := $(subst /,\,node_modules/.bin/)
|
BIN := $(subst /,\,node_modules/.bin/)
|
||||||
RMDIR := -rmdir /s /q
|
RMDIR := -rmdir /s /q
|
||||||
RM := -del
|
RM := -del
|
||||||
CAT = type $(subst /,\,$1) > $(subst /,\,$2)
|
CAT = type $(subst /,\,$1) > $(subst /,\,$2) 2>NUL
|
||||||
MKDIR = -mkdir $(subst /,\,$@)
|
MKDIR = -mkdir $(subst /,\,$@)
|
||||||
QUOTE = $(patsubst %,"%",$1)
|
QUOTE = $(patsubst %,"%",$1)
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user