diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-05-05 17:35:42 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-05-05 17:35:42 +0100 |
commit | 1d58b2aeff76c46ba6ff9ae1a5f752d484b1bb3c (patch) | |
tree | 38f83b09f5748ae9b3cf8cbe12ef4a4f00f764ac | |
parent | profiles/common: Enable libidn2 (diff) | |
download | portage-1d58b2aeff76c46ba6ff9ae1a5f752d484b1bb3c.tar.xz |
eclass/linux-build: Run make prepare
-rw-r--r-- | eclass/linux-build.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 694c9215..0432530b 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -309,6 +309,8 @@ _linux-build_src_prepare_build() { diff -Nu "${BUILDDIR}/.config.old" "${BUILDDIR}/.config" die "Bad configuration" fi + + emake prepare "${myopt[@]}" } linux-build_src_prepare() { |