debian/rules.real: Stop enabling verbose output for listnewconfig target

This commit is contained in:
Ben Hutchings 2018-04-19 23:46:11 +01:00
parent 8457aba35f
commit a5cb9ae406
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -7,6 +7,7 @@ linux (4.17~rc1-1~exp1) UNRELEASED; urgency=medium
problem appears to have been fixed upstream
* Drop our patch "Kbuild: kconfig: Verbose version of --listnewconfig";
listnewconfig now shows symbol values by default
* debian/rules.real: Stop enabling verbose output for listnewconfig target
-- Ben Hutchings <ben@decadent.org.uk> Thu, 19 Apr 2018 21:37:24 +0100

2
debian/rules.real vendored
View File

@ -190,7 +190,7 @@ ifdef CFLAGS_KERNEL
echo 'CFLAGS_KERNEL += $(CFLAGS_KERNEL)' >> '$(DIR)/.kernelvariables'
echo 'CFLAGS_MODULE += $(CFLAGS_KERNEL)' >> '$(DIR)/.kernelvariables'
endif
+$(MAKE_CLEAN) -C '$(SOURCE_DIR)' O='$(CURDIR)/$(DIR)' V=1 listnewconfig
+$(MAKE_CLEAN) -C '$(SOURCE_DIR)' O='$(CURDIR)/$(DIR)' listnewconfig
+yes "" | $(MAKE_CLEAN) -C '$(SOURCE_DIR)' O='$(CURDIR)/$(DIR)' oldconfig >/dev/null
@$(stamp)