Makefile.inc1: Add back missing if
The .if defined(_MKSHOWCONFIG) covered an unusually large area, so it
should have not been removed in the last commit. I must have tested in
the wrong tree before pushing...
FixeS: 28b858f505
Sponsored by: Netflix
This commit is contained in:
@@ -522,6 +522,8 @@ BUILDENV_SHELL?=${SHELL}
|
|||||||
BUILDENV_SHELL?=/bin/sh
|
BUILDENV_SHELL?=/bin/sh
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if !defined(_MKSHOWCONFIG)
|
||||||
|
|
||||||
.if !defined(GIT_CMD) || empty(GIT_CMD)
|
.if !defined(GIT_CMD) || empty(GIT_CMD)
|
||||||
. for _P in /usr/bin /usr/local/bin
|
. for _P in /usr/bin /usr/local/bin
|
||||||
. if exists(${_P}/git)
|
. if exists(${_P}/git)
|
||||||
@@ -582,6 +584,7 @@ EXTRA_REVISION= p${_BRANCH:C/.*-p([0-9]+$)/\1/}
|
|||||||
.if !defined(PKG_VERSION)
|
.if !defined(PKG_VERSION)
|
||||||
PKG_VERSION:= ${_PKG_REVISION}${EXTRA_REVISION:C/[[:space:]]//g}
|
PKG_VERSION:= ${_PKG_REVISION}${EXTRA_REVISION:C/[[:space:]]//g}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.endif # !defined(_MKSHOWCONFIG)
|
.endif # !defined(_MKSHOWCONFIG)
|
||||||
|
|
||||||
.if make(*package*)
|
.if make(*package*)
|
||||||
|
|||||||
Reference in New Issue
Block a user