mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Trim space
This commit is contained in:
parent
0c05f0dc16
commit
7356a03090
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ _srcconf_included_: .NOTMAIN
|
|||
.for var in ${__ENV_ONLY_OPTIONS}
|
||||
__postrcconf_${var}:= ${MK_${var}:U-}${WITHOUT_${var}:Uno:Dyes}${WITH_${var}:Uno:Dyes}
|
||||
.if ${__presrcconf_${var}} != ${__postrcconf_${var}}
|
||||
.error Option ${var} may only be defined in ${SRC_ENV_CONF}, environment, or make argument, not ${SRCCONF}.
|
||||
.error Option ${var} may only be defined in ${SRC_ENV_CONF}, environment, or make argument, not ${SRCCONF}.
|
||||
.endif
|
||||
.undef __presrcconf_${var}
|
||||
.undef __postrcconf_${var}
|
||||
|
|
|
|||
Loading…
Reference in a new issue