Added verbose support for eskimo Inuktitut
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
e1178ed579
commit
e40021dfb8
15
Makefile
15
Makefile
|
@ -43,12 +43,12 @@ ifeq ("$(VERBEUX)", "désactivé")
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifdef шумный
|
ifdef шумный
|
||||||
ifeq ("$(шумный)", "выключенный")
|
ifeq ("$(шумный)", "вне")
|
||||||
.SILENT:
|
.SILENT:
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifdef 冗長的
|
ifdef 吵雜
|
||||||
ifeq ("$(冗長的)", "離開")
|
ifeq ("$(吵雜)", "出去")
|
||||||
.SILENT:
|
.SILENT:
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
@ -57,6 +57,11 @@ ifeq ("$(वाचाल)", "बंद")
|
||||||
.SILENT:
|
.SILENT:
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
ifdef ᕗᕉᑉᕉᔅ
|
||||||
|
ifeq ("$(ᕗᕉᑉᕉᔅ)", "ᖃᒥᓪᓗᒍ")
|
||||||
|
.SILENT:
|
||||||
|
endif
|
||||||
|
endif
|
||||||
ifndef VERBOSE
|
ifndef VERBOSE
|
||||||
ifndef 冗長な
|
ifndef 冗長な
|
||||||
ifndef LUIDRUCHTIG
|
ifndef LUIDRUCHTIG
|
||||||
|
@ -65,8 +70,9 @@ ifndef VERBOSO
|
||||||
ifndef VERBEUSE
|
ifndef VERBEUSE
|
||||||
ifndef VERBEUX
|
ifndef VERBEUX
|
||||||
ifndef шумный
|
ifndef шумный
|
||||||
ifndef 冗長的
|
ifndef 吵雜
|
||||||
ifndef वाचाल
|
ifndef वाचाल
|
||||||
|
ifndef ᕗᕉᑉᕉᔅ
|
||||||
.SILENT:
|
.SILENT:
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
@ -78,6 +84,7 @@ endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
# Configure project
|
# Configure project
|
||||||
|
|
Loading…
Reference in a new issue