Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] linux5.1: remove pointless defconfig right before allmodconfig
@ 2019-07-05 22:20 voidlinux-github
  2019-07-06  8:23 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-07-05 22:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

There is a new pull request by avoidr against master on the void-packages repository

https://github.com/avoidr/void-packages linux_no-defconfig
https://github.com/void-linux/void-packages/pull/12820

linux5.1: remove pointless defconfig right before allmodconfig
[ci skip]

A patch file from https://github.com/void-linux/void-packages/pull/12820.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linux_no-defconfig-12820.patch --]
[-- Type: application/text/x-diff, Size: 1246 bytes --]

From 1f0fcfd8bf6344dcb4f825a7d790a308d117b31b Mon Sep 17 00:00:00 2001
From: avoidr <avoidr@firemail.cc>
Date: Sat, 6 Jul 2019 00:17:52 +0200
Subject: [PATCH] linux5.1: remove pointless defconfig right before
 allmodconfig

[ci skip]
---
 srcpkgs/linux5.1/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/linux5.1/template b/srcpkgs/linux5.1/template
index e4f8197d4bf..6e7b9a4acd5 100644
--- a/srcpkgs/linux5.1/template
+++ b/srcpkgs/linux5.1/template
@@ -42,7 +42,7 @@ do_configure() {
 
 	# If there's a file called <arch>-dotconfig, use it to
 	# configure the kernel; otherwise use arch defaults and all stuff
-	# as modules (defconfig+allmodconfig).
+	# as modules (allmodconfig).
 	local arch subarch _args
 
 	case "$XBPS_TARGET_MACHINE" in
@@ -72,8 +72,7 @@ do_configure() {
 		cp -f ${FILESDIR}/${XBPS_TARGET_MACHINE%%-musl}-dotconfig .config
 		make ${makejobs} ARCH=$arch ${_args} oldconfig
 	else
-		msg_normal "Defaulting to 'defconfig and allmodconfig'.\n"
-		make ${makejobs} ARCH=$arch ${_args} defconfig
+		msg_normal "Defaulting to 'allmodconfig'.\n"
 		make ${makejobs} ARCH=$arch ${_args} allmodconfig
 	fi
 	# Always use our revision to CONFIG_LOCALVERSION to match our pkg version.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: linux5.1: remove pointless defconfig right before allmodconfig
  2019-07-05 22:20 [PR PATCH] linux5.1: remove pointless defconfig right before allmodconfig voidlinux-github
@ 2019-07-06  8:23 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-07-06  8:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 204 bytes --]

There's a merged pull request on the void-packages repository

linux5.1: remove pointless defconfig right before allmodconfig
https://github.com/void-linux/void-packages/pull/12820
Description: [ci skip]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-06  8:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-05 22:20 [PR PATCH] linux5.1: remove pointless defconfig right before allmodconfig voidlinux-github
2019-07-06  8:23 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).