public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-kernel/genkernel/files: busybox-1.7.4-make-3.82.patch
@ 2010-11-29  9:09 Sebastian Pipping (sping)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping (sping) @ 2010-11-29  9:09 UTC (permalink / raw
  To: gentoo-commits

sping       10/11/29 09:09:54

  Added:                busybox-1.7.4-make-3.82.patch
  Log:
  sys-kernel/genkernel: Integrate patch allowing compilation of busybox 1.7.4 with make 3.82 (bug #341943)
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-kernel/genkernel/files/busybox-1.7.4-make-3.82.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel/files/busybox-1.7.4-make-3.82.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel/files/busybox-1.7.4-make-3.82.patch?rev=1.1&content-type=text/plain

Index: busybox-1.7.4-make-3.82.patch
===================================================================
From d508d972c7f808eec5139255f661d37817c79260 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping <sebastian@pipping.org>
Date: Mon, 29 Nov 2010 09:52:22 +0100
Subject: [PATCH] Split implicit and normal rules for make 3.82

---
 Makefile |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index c1fe21b..a2bfe4b 100644
--- Makefile
+++ Makefile
@@ -402,7 +402,12 @@ ifeq ($(config-targets),1)
 -include $(srctree)/arch/$(ARCH)/Makefile
 export KBUILD_DEFCONFIG
 
-config %config: scripts_basic outputmakefile FORCE
+config: scripts_basic outputmakefile FORCE
+	$(Q)mkdir -p include
+	$(Q)$(MAKE) $(build)=scripts/kconfig $@
+	$(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease
+
+%config: scripts_basic outputmakefile FORCE
 	$(Q)mkdir -p include
 	$(Q)$(MAKE) $(build)=scripts/kconfig $@
 	$(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease
@@ -1239,7 +1244,10 @@ endif
 	$(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
 
 # Modules
-/ %/: prepare scripts FORCE
+/: prepare scripts FORCE
+	$(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \
+	$(build)=$(build-dir)
+%/: prepare scripts FORCE
 	$(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \
 	$(build)=$(build-dir)
 %.ko: prepare scripts FORCE
-- 
1.7.3.2







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

* [gentoo-commits] gentoo-x86 commit in sys-kernel/genkernel/files: busybox-1.7.4-make-3.82.patch
@ 2012-03-12 20:43 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson (robbat2) @ 2012-03-12 20:43 UTC (permalink / raw
  To: gentoo-commits

robbat2     12/03/12 20:43:21

  Removed:              busybox-1.7.4-make-3.82.patch
  Log:
  Clean up old versions.
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)



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

end of thread, other threads:[~2012-03-12 20:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29  9:09 [gentoo-commits] gentoo-x86 commit in sys-kernel/genkernel/files: busybox-1.7.4-make-3.82.patch Sebastian Pipping (sping)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-12 20:43 Robin H. Johnson (robbat2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox