Removed tabs from flow rules.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -6s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -6s
This commit is contained in:
parent
72c11a15c2
commit
bb31f0d186
10 changed files with 157 additions and 139 deletions
20
lib/make/setup-cnspace.mk
Normal file
20
lib/make/setup-cnspace.mk
Normal 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 :=
|
||||
|
||||
|
|
@ -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 :=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue