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