commit:     18ef4af6cc34289077b3c345d3cf05a6286d1501
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 21:52:32 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 23:36:56 2020 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=18ef4af6

Makefile: Sort generated kernel config

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 87c758f..a3efcd2 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ distclean: clean
        if grep -sq THIS_CONFIG_IS_BROKEN $< ; then \
                cat $< >$@ ; \
        else \
-               perl merge.pl $< $(BASE_KCONF) > $@ ; \
+               perl merge.pl $< $(BASE_KCONF) | sort > $@ ; \
        fi ;
 
 %.8: doc/%.8.txt doc/asciidoc.conf Makefile genkernel

Reply via email to