build: unify generation message

This commit is contained in:
Franco Fichtner 2020-12-14 12:40:13 +01:00
parent 802899791a
commit 7a7afca2f7
3 changed files with 3 additions and 5 deletions

View File

@ -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}

View File

@ -630,6 +630,8 @@ setup_set()
generate_set()
{
echo ">>> Generating set:"
echo ${SRCABI} > ${1}/.abi_hint
tar -C ${1} -cvf - . | xz > ${2}
}

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2014-2019 Franco Fichtner <franco@opnsense.org>
# Copyright (c) 2014-2020 Franco Fichtner <franco@opnsense.org>
#
# 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}