commit: 0000259d542ed3f6618d7f9522b8442b1e2d7df8
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri May 3 17:07:13 2024 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri May 3 17:10:26 2024 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=0000259d
gkbuilds/busybox: add gkexec wrapper to bbmake compilation
We lost this in the toolchain refactoring. This makes sure the build
output goes to genkernel.log instead of spamming the terminal.
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
gkbuilds/busybox.gkbuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gkbuilds/busybox.gkbuild b/gkbuilds/busybox.gkbuild
index cf1e4bc..286e458 100644
--- a/gkbuilds/busybox.gkbuild
+++ b/gkbuilds/busybox.gkbuild
@@ -41,7 +41,7 @@ src_configure() {
}
src_compile() {
- bbmake busybox
+ gkexec bbmake busybox
}
src_install() {