diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-08-24 02:14:43 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-08-27 21:26:07 +0100 |
commit | 95d3c1af4ff448a4547ed37ea947252a0856d399 (patch) | |
tree | 9437010bdbfdd19f168e8d9d996ceb6aa8dc877e | |
parent | profiles/server/aws: modernize packages (diff) | |
download | portage-95d3c1af4ff448a4547ed37ea947252a0856d399.tar.xz |
eclass/linux-build: ignore all comments
-rw-r--r-- | eclass/linux-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 701bd3cc..35b085be 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -314,7 +314,7 @@ _linux-build_src_prepare_build() { fi if ! diff -q \ - --ignore-matching-lines '^# ' \ + --ignore-matching-lines '^#' \ --ignore-matching-lines '^CONFIG_GCC_VERSION=' \ --ignore-matching-lines '^CONFIG_CLANG_VERSION=' \ "${BUILDDIR}/.config.old" "${BUILDDIR}/.config" ; then |