diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-08-24 16:05:09 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-08-27 21:26:07 +0100 |
commit | 06fbf5f8b5e3f67c6005ccce4fc98d16e0f1a49a (patch) | |
tree | afabc691c7430d13fa5e65ba7cdbce474c81c5f1 | |
parent | profiles: add server/aws/c5.4xlarge (diff) | |
download | portage-06fbf5f8b5e3f67c6005ccce4fc98d16e0f1a49a.tar.xz |
eclass/linux-build: ignore empty lines
-rw-r--r-- | eclass/linux-build.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 35b085be..e7ff10ec 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -314,6 +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=' \ |