Check unicode char warning.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -2s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -2s
This commit is contained in:
parent
76cbe51681
commit
e1178ed579
12
Makefile
12
Makefile
|
@ -17,8 +17,8 @@ ifeq ("$(冗長な)", "オフ")
|
||||||
.SILENT:
|
.SILENT:
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifdef UITGEBREID
|
ifdef LUIDRUCHTIG
|
||||||
ifeq ("$(UITGEBREID)", "uit")
|
ifeq ("$(LUIDRUCHTIG)", "uit")
|
||||||
.SILENT:
|
.SILENT:
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
@ -42,8 +42,8 @@ ifeq ("$(VERBEUX)", "désactivé")
|
||||||
.SILENT:
|
.SILENT:
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifdef подробный
|
ifdef шумный
|
||||||
ifeq ("$(подробный)", "выключенный")
|
ifeq ("$(шумный)", "выключенный")
|
||||||
.SILENT:
|
.SILENT:
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
@ -59,12 +59,12 @@ endif
|
||||||
endif
|
endif
|
||||||
ifndef VERBOSE
|
ifndef VERBOSE
|
||||||
ifndef 冗長な
|
ifndef 冗長な
|
||||||
ifndef UITGEBREID
|
ifndef LUIDRUCHTIG
|
||||||
ifndef VERBOSA
|
ifndef VERBOSA
|
||||||
ifndef VERBOSO
|
ifndef VERBOSO
|
||||||
ifndef VERBEUSE
|
ifndef VERBEUSE
|
||||||
ifndef VERBEUX
|
ifndef VERBEUX
|
||||||
ifndef подробный
|
ifndef шумный
|
||||||
ifndef 冗長的
|
ifndef 冗長的
|
||||||
ifndef वाचाल
|
ifndef वाचाल
|
||||||
.SILENT:
|
.SILENT:
|
||||||
|
|
Loading…
Reference in a new issue