Output PRE_BUILD_HOOK variable definition
This commit is contained in:
parent
19334b8cf5
commit
02ea5659c3
1 changed files with 3 additions and 0 deletions
|
@ -467,6 +467,9 @@ endif
|
|||
|
||||
ifndef PRE_BUILD_HOOK
|
||||
PRE_BUILD_HOOK = pre-build-hook.sh
|
||||
$(call show_config_variable,PRE_BUILD_HOOK,[DEFAULT])
|
||||
else
|
||||
$(call show_config_variable,PRE_BUILD_HOOK,[USER])
|
||||
endif
|
||||
|
||||
########################################################################
|
||||
|
|
Loading…
Reference in a new issue