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:
|
||||
endif
|
||||
endif
|
||||
ifdef UITGEBREID
|
||||
ifeq ("$(UITGEBREID)", "uit")
|
||||
ifdef LUIDRUCHTIG
|
||||
ifeq ("$(LUIDRUCHTIG)", "uit")
|
||||
.SILENT:
|
||||
endif
|
||||
endif
|
||||
|
@ -42,8 +42,8 @@ ifeq ("$(VERBEUX)", "désactivé")
|
|||
.SILENT:
|
||||
endif
|
||||
endif
|
||||
ifdef подробный
|
||||
ifeq ("$(подробный)", "выключенный")
|
||||
ifdef шумный
|
||||
ifeq ("$(шумный)", "выключенный")
|
||||
.SILENT:
|
||||
endif
|
||||
endif
|
||||
|
@ -59,12 +59,12 @@ endif
|
|||
endif
|
||||
ifndef VERBOSE
|
||||
ifndef 冗長な
|
||||
ifndef UITGEBREID
|
||||
ifndef LUIDRUCHTIG
|
||||
ifndef VERBOSA
|
||||
ifndef VERBOSO
|
||||
ifndef VERBEUSE
|
||||
ifndef VERBEUX
|
||||
ifndef подробный
|
||||
ifndef шумный
|
||||
ifndef 冗長的
|
||||
ifndef वाचाल
|
||||
.SILENT:
|
||||
|
|
Loading…
Reference in a new issue