summaryrefslogtreecommitdiffstats
path: root/source/k/build-all-kernels.sh
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-10-22 18:40:34 +0000
committer Eric Hameleers <alien@slackware.com>2022-10-23 07:00:16 +0200
commitaf2cb09097c3e167bbd06fbe18d0df9489f36f82 (patch)
tree1cf76b950db1473933a7925d047e5211fb4ff260 /source/k/build-all-kernels.sh
parent9d96d90a7dd5041007b869e40b14db1fa3b52e01 (diff)
downloadcurrent-af2cb09097c3e167bbd06fbe18d0df9489f36f82.tar.gz
current-af2cb09097c3e167bbd06fbe18d0df9489f36f82.tar.xz
Sat Oct 22 18:40:34 UTC 202220221022184034
d/parallel-20221022-noarch-1.txz: Upgraded. l/gc-8.2.2-x86_64-1.txz: Upgraded. x/libXrender-0.9.11-x86_64-1.txz: Upgraded. x/xfsinfo-1.0.7-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/k/build-all-kernels.sh')
-rwxr-xr-xsource/k/build-all-kernels.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/k/build-all-kernels.sh b/source/k/build-all-kernels.sh
index 09e684b17..0ac96bdf6 100755
--- a/source/k/build-all-kernels.sh
+++ b/source/k/build-all-kernels.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2018, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2018, 2021, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -66,7 +66,7 @@ for recipe in $RECIPES ; do
# files and package naming scheme, and define the output location.
if [ "$recipe" = "x86_64" ]; then
# Recipe for x86_64:
- CONFIG_SUFFIX=".x64"
+ export CONFIG_SUFFIX=".x64"
unset LOCALVERSION
OUTPUT=${OUTPUT:-${TMP}/output-x86_64-${VERSION}}
elif [ "$recipe" = "IA32_SMP" ]; then