summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-04-18 10:09:01 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-04-18 10:34:05 +0200
commit00ae4c52796b402b88f6cc5db45709f01015632c (patch)
treed53a567ffd9b44c17e4389bd37dc6f2e2b6b3bad /app-emulation/xen
parentdev-python/py-amqp: Bump to 5.1.1 (diff)
downloadgentoo-00ae4c52796b402b88f6cc5db45709f01015632c.tar.gz
gentoo-00ae4c52796b402b88f6cc5db45709f01015632c.tar.bz2
gentoo-00ae4c52796b402b88f6cc5db45709f01015632c.zip
app-emulation/xen: shorten ebuild: drop merge_config.sh, use alldefconfig
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r--app-emulation/xen/xen-4.16.0-r5.ebuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/app-emulation/xen/xen-4.16.0-r5.ebuild b/app-emulation/xen/xen-4.16.0-r5.ebuild
index bcfc3bd86b8c..994e9c774ce3 100644
--- a/app-emulation/xen/xen-4.16.0-r5.ebuild
+++ b/app-emulation/xen/xen-4.16.0-r5.ebuild
@@ -116,7 +116,6 @@ src_prepare() {
src_configure() {
cd xen || die
- emake defconfig
touch gentoo-config || die
if use arm; then
@@ -129,13 +128,7 @@ src_configure() {
echo "CONFIG_XSM=y" > gentoo-config || die
fi
- local merge_cmd=(
- ./tools/kconfig/merge_config.sh
- -m -r
- .config gentoo-config
- )
- einfo "${merge_cmd[*]}"
- "${merge_cmd[@]}" || die "Merging Gentoo config failed"
+ emake KCONFIG_ALLCONFIG=gentoo-config alldefconfig
# remove flags
unset CFLAGS