Removed tabs from flow rules.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -6s

This commit is contained in:
Willem Cazander 2024-07-10 20:24:02 +02:00
parent 72c11a15c2
commit bb31f0d186
10 changed files with 157 additions and 139 deletions

20
lib/make/setup-cnspace.mk Normal file
View file

@ -0,0 +1,20 @@
#
# Latin1 white space and latin1 tab space are not usable in makefiles.
#
# Setup private chinese white space
_XXX  :=
_XXX   :=
_XXX    :=
_XXX     :=
_XXX      :=
_XXX       :=
_XXX        :=
_XXX         :=
_XXX          :=
_XXX           :=
_XXX            :=
_XXX             :=
_XXX              :=
_XXX               :=

View file

@ -5,7 +5,7 @@ MAKEFLAGS += --no-builtin-rules
MAKEFLAGS += --no-builtin-variables
MAKEFLAGS += --warn-undefined-variables
.DELETE_ON_ERROR :=
.RECIPEPREFIX := >
.RECIPEPREFIX := _
.SUFFIXES :=
.PHONY := Makefile
.ONESHELL :=