summaryrefslogtreecommitdiff
path: root/eclass/linux-build.eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-08-24 02:14:43 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2019-08-27 21:26:07 +0100
commit95d3c1af4ff448a4547ed37ea947252a0856d399 (patch)
tree9437010bdbfdd19f168e8d9d996ceb6aa8dc877e /eclass/linux-build.eclass
parentprofiles/server/aws: modernize packages (diff)
downloadportage-95d3c1af4ff448a4547ed37ea947252a0856d399.tar.xz
eclass/linux-build: ignore all comments
Diffstat (limited to 'eclass/linux-build.eclass')
-rw-r--r--eclass/linux-build.eclass2
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