From 7a7afca2f71e84c2a52798da3fa10b23a4c8c8a6 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 14 Dec 2020 12:40:13 +0100 Subject: [PATCH] build: unify generation message --- build/base.sh | 2 -- build/common.sh | 2 ++ build/kernel.sh | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/build/base.sh b/build/base.sh index b614720..ba865fa 100644 --- a/build/base.sh +++ b/build/base.sh @@ -77,8 +77,6 @@ sh ./clean.sh ${SELF} setup_stage ${STAGEDIR} work -echo ">>> Generating base set:" - BASE_SET=${SETSDIR}/base-${REPO_VERSION}-${PRODUCT_ARCH}${PRODUCT_DEVICE+"-${PRODUCT_DEVICE}"}.txz setup_set ${STAGEDIR}/work ${BASE_OBJ} diff --git a/build/common.sh b/build/common.sh index f5fe1b3..f40b968 100644 --- a/build/common.sh +++ b/build/common.sh @@ -630,6 +630,8 @@ setup_set() generate_set() { + echo ">>> Generating set:" + echo ${SRCABI} > ${1}/.abi_hint tar -C ${1} -cvf - . | xz > ${2} } diff --git a/build/kernel.sh b/build/kernel.sh index 1bd3a69..b5d6df2 100644 --- a/build/kernel.sh +++ b/build/kernel.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2014-2019 Franco Fichtner +# Copyright (c) 2014-2020 Franco Fichtner # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -86,8 +86,6 @@ sh ./clean.sh ${SELF} setup_stage ${STAGEDIR} work -echo ">>> Generating kernel set:" - setup_set ${STAGEDIR}/work ${KERNEL_OBJ} KERNEL_SET=${KERNEL_RELEASE_SET}