updated build system
This commit is contained in:
@ -8,12 +8,12 @@ CURRENT_DIR=$(realpath ${CURRENT_DIR})
|
||||
|
||||
. "${CURRENT_DIR}/env.sh" "$3" "$4" "$5" "$6" "$7"
|
||||
|
||||
if [ -f "${CURRENT_DIR}/../dist/version.sh" ]; then
|
||||
source ${CURRENT_DIR}/../dist/version.sh
|
||||
if [ -f "${CURRENT_DIR}/../build/version.sh" ]; then
|
||||
source ${CURRENT_DIR}/../build/version.sh
|
||||
fi
|
||||
|
||||
if [ -f "${CURRENT_DIR}/../dist/git_rev.sh" ]; then
|
||||
source ${CURRENT_DIR}/../dist/git_rev.sh
|
||||
if [ -f "${CURRENT_DIR}/../build/git_rev.sh" ]; then
|
||||
source ${CURRENT_DIR}/../build/git_rev.sh
|
||||
fi
|
||||
|
||||
function exit_and_clean() {
|
||||
|
Reference in New Issue
Block a user