summaryrefslogtreecommitdiff
path: root/devel/linux-kernel/files/patch-scripts_package_buildtar
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-08-14 09:20:22 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-08-14 09:20:22 +0000
commitf0622e11d6dd7d3f0f54b22852516cb5b1c6dac1 (patch)
treed3de0d538ddab0e0f5b8f7289bb4ee60a3b4cea5 /devel/linux-kernel/files/patch-scripts_package_buildtar
parent- Add NO_ARCH (diff)
New port: devel/linux-kernel
The Linux kernel. This port is a building block for creating custom Linux appliances in FreeBSD as part of your regular package build without a Linux VM or jail. Provide your own Linux kernel configuration file via the LINUX_KCONFIG make variable, or create your own via support of Linux' config tools. The default configuration comes with QEMU/KVM guest support. WWW: https://www.kernel.org/ PR: 211419 Submitted by: Tobias Kortkamp <t@tobik.me> Reviewed by: koobs
Notes
Notes: svn path=/head/; revision=420185
Diffstat (limited to 'devel/linux-kernel/files/patch-scripts_package_buildtar')
-rw-r--r--devel/linux-kernel/files/patch-scripts_package_buildtar11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/linux-kernel/files/patch-scripts_package_buildtar b/devel/linux-kernel/files/patch-scripts_package_buildtar
new file mode 100644
index 000000000000..78c9ed1944e4
--- /dev/null
+++ b/devel/linux-kernel/files/patch-scripts_package_buildtar
@@ -0,0 +1,11 @@
+--- scripts/package/buildtar.orig 2016-07-27 15:42:34 UTC
++++ scripts/package/buildtar
+@@ -57,7 +57,7 @@ mkdir -p -- "${tmpdir}/boot"
+ # Try to install modules
+ #
+ if grep -q '^CONFIG_MODULES=y' "${objtree}/.config"; then
+- make ARCH="${ARCH}" O="${objtree}" KBUILD_SRC= INSTALL_MOD_PATH="${tmpdir}" modules_install
++ gmake ARCH="${ARCH}" O="${objtree}" KBUILD_SRC= INSTALL_MOD_PATH="${tmpdir}" modules_install
+ fi
+
+