Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262745AbUARSKh (ORCPT ); Sun, 18 Jan 2004 13:10:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262792AbUARSKh (ORCPT ); Sun, 18 Jan 2004 13:10:37 -0500 Received: from hermes.fachschaften.tu-muenchen.de ([129.187.202.12]:44484 "HELO hermes.fachschaften.tu-muenchen.de") by vger.kernel.org with SMTP id S262745AbUARSJ5 (ORCPT ); Sun, 18 Jan 2004 13:09:57 -0500 Date: Sun, 18 Jan 2004 19:09:48 +0100 From: Adrian Bunk To: Christoph Hellwig , Andrew Morton , linux-kernel@vger.kernel.org, James Manning , Andries Brouwer Subject: Re: [PATCH] linux-2.6.0-test3 - remove a few remaining "make dep" references (fwd) Message-ID: <20040118180947.GD12027@fs.tum.de> References: <20040115130555.GA23383@fs.tum.de> <20040115134906.A11703@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040115134906.A11703@infradead.org> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 24526 Lines: 619 On Thu, Jan 15, 2004 at 01:49:06PM +0000, Christoph Hellwig wrote: > On Thu, Jan 15, 2004 at 02:05:56PM +0100, Adrian Bunk wrote: > > # > > -# Note! Dependencies are done automagically by 'make dep', which also > > -# removes any old dependencies. DON'T put your own dependencies here > > +# Note! DON'T put your own dependencies here > > # unless it's something special (ie not a .c file). > > What about killing this whole boilerplate? While it's strictly speaking > not incorrect I don't think it's a good idea to have it repeated all over > the place. Thanks for this suggestion. An updated patch is below. diffstat output: Documentation/networking/arcnet.txt | 1 - arch/arm/kernel/Makefile | 2 +- arch/mips/kernel/gdb-stub.c | 2 +- arch/arm26/mm/Makefile | 7 ------- arch/h8300/mm/Makefile | 5 ----- arch/h8300/platform/h8300h/Makefile | 4 ---- arch/h8300/platform/h8300h/aki3068net/Makefile | 4 ---- arch/h8300/platform/h8300h/generic/Makefile | 4 ---- arch/h8300/platform/h8300h/h8max/Makefile | 4 ---- arch/h8300/platform/h8s/Makefile | 4 ---- arch/h8300/platform/h8s/edosk2674/Makefile | 4 ---- arch/h8300/platform/h8s/generic/Makefile | 4 ---- arch/i386/mach-voyager/Makefile | 5 ----- arch/mips/au1000/common/Makefile | 4 ---- arch/mips/au1000/db1x00/Makefile | 4 ---- arch/mips/au1000/pb1000/Makefile | 4 ---- arch/mips/au1000/pb1100/Makefile | 4 ---- arch/mips/au1000/pb1500/Makefile | 4 ---- arch/mips/tx4927/common/Makefile | 4 ---- arch/sh/boards/adx/Makefile | 4 ---- arch/sh/boards/bigsur/Makefile | 4 ---- arch/sh/boards/cat68701/Makefile | 4 ---- arch/sh/boards/cqreek/Makefile | 4 ---- arch/sh/boards/dmida/Makefile | 4 ---- arch/sh/boards/dreamcast/Makefile | 4 ---- arch/sh/boards/ec3104/Makefile | 4 ---- arch/sh/boards/harp/Makefile | 4 ---- arch/sh/boards/hp6xx/hp620/Makefile | 4 ---- arch/sh/boards/hp6xx/hp680/Makefile | 4 ---- arch/sh/boards/hp6xx/hp690/Makefile | 4 ---- arch/sh/boards/mpc1211/Makefile | 4 ---- arch/sh/boards/overdrive/Makefile | 4 ---- arch/sh/boards/saturn/Makefile | 4 ---- arch/sh/boards/se/770x/Makefile | 4 ---- arch/sh/boards/se/7751/Makefile | 4 ---- arch/sh/boards/sh2000/Makefile | 4 ---- arch/sh/boards/unknown/Makefile | 4 ---- arch/sh/cchips/hd6446x/hd64461/Makefile | 4 ---- arch/sh/cchips/hd6446x/hd64465/Makefile | 4 ---- drivers/video/i810/Makefile | 6 ------ fs/befs/Makefile | 6 ------ net/ipv4/ipvs/Makefile | 6 ------ 42 files changed, 2 insertions(+), 170 deletions(-) cu Adrian --- linux-2.6.0-test3.orig/Documentation/networking/arcnet.txt Sat Aug 9 00:31:44 2003 +++ linux-2.6.0-test3/Documentation/networking/arcnet.txt Mon Aug 11 00:35:29 2003 @@ -186,7 +186,6 @@ to the chipset support if you wish. make config - make dep make clean make zImage make modules --- linux-2.6.0-test3.orig/arch/arm/kernel/Makefile Sat Aug 9 00:40:56 2003 +++ linux-2.6.0-test3/arch/arm/kernel/Makefile Mon Aug 11 00:29:32 2003 @@ -32,7 +32,7 @@ extra-y := $(head-y) init_task.o -# Spell out some dependencies that `make dep' doesn't spot +# Spell out some dependencies that aren't automatically figured out $(obj)/entry-armv.o: $(obj)/entry-header.S include/asm-arm/constants.h $(obj)/entry-armo.o: $(obj)/entry-header.S include/asm-arm/constants.h $(obj)/entry-common.o: $(obj)/entry-header.S include/asm-arm/constants.h \ --- linux-2.6.1-mm4/arch/arm26/mm/Makefile.old 2004-01-18 18:59:31.000000000 +0100 +++ linux-2.6.1-mm4/arch/arm26/mm/Makefile 2004-01-18 18:59:52.000000000 +0100 @@ -1,12 +1,5 @@ # # Makefile for the linux arm26-specific parts of the memory manager. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# -# Note 2! The CFLAGS definition is now in the main makefile... - -# Object file lists. obj-y := init.o extable.o proc-funcs.o mm-memc.o fault.o --- linux-2.6.1-mm4/arch/h8300/mm/Makefile.old 2004-01-18 18:59:31.000000000 +0100 +++ linux-2.6.1-mm4/arch/h8300/mm/Makefile 2004-01-18 18:59:58.000000000 +0100 @@ -1,10 +1,5 @@ # # Makefile for the linux m68k-specific parts of the memory manager. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# -# Note 2! The CFLAGS definition is now in the main makefile... obj-y := init.o fault.o memory.o kmap.o extable.o --- linux-2.6.1-mm4/arch/h8300/platform/h8300h/Makefile.old 2004-01-18 18:59:31.000000000 +0100 +++ linux-2.6.1-mm4/arch/h8300/platform/h8300h/Makefile 2004-01-18 19:00:06.000000000 +0100 @@ -6,10 +6,6 @@ #VPATH := $(VPATH):$(BOARD) -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# .S.o: $(CC) -D__ASSEMBLY__ $(AFLAGS) -I. -c $< -o $*.o --- linux-2.6.1-mm4/arch/h8300/platform/h8300h/aki3068net/Makefile.old 2004-01-18 18:59:31.000000000 +0100 +++ linux-2.6.1-mm4/arch/h8300/platform/h8300h/aki3068net/Makefile 2004-01-18 19:00:12.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the linux kernel. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# extra-y := crt0_ram.o obj-y := timer.o --- linux-2.6.1-mm4/arch/h8300/platform/h8300h/generic/Makefile.old 2004-01-18 18:59:31.000000000 +0100 +++ linux-2.6.1-mm4/arch/h8300/platform/h8300h/generic/Makefile 2004-01-18 19:00:16.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the linux kernel. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := timer.o extra-y = crt0_$(MODEL).o --- linux-2.6.1-mm4/arch/h8300/platform/h8300h/h8max/Makefile.old 2004-01-18 18:59:31.000000000 +0100 +++ linux-2.6.1-mm4/arch/h8300/platform/h8300h/h8max/Makefile 2004-01-18 19:00:20.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the linux kernel. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# extra-y := crt0_ram.o obj-y := timer.o --- linux-2.6.1-mm4/arch/h8300/platform/h8s/Makefile.old 2004-01-18 18:59:31.000000000 +0100 +++ linux-2.6.1-mm4/arch/h8300/platform/h8s/Makefile 2004-01-18 19:00:27.000000000 +0100 @@ -6,10 +6,6 @@ #VPATH := $(VPATH):$(BOARD) -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# .S.o: $(CC) -D__ASSEMBLY__ $(AFLAGS) -I. -c $< -o $*.o --- linux-2.6.1-mm4/arch/h8300/platform/h8s/edosk2674/Makefile.old 2004-01-18 18:59:31.000000000 +0100 +++ linux-2.6.1-mm4/arch/h8300/platform/h8s/edosk2674/Makefile 2004-01-18 19:00:33.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the linux kernel. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# extra-y := crt0_ram.o obj-y := timer.o --- linux-2.6.1-mm4/arch/h8300/platform/h8s/generic/Makefile.old 2004-01-18 18:59:31.000000000 +0100 +++ linux-2.6.1-mm4/arch/h8300/platform/h8s/generic/Makefile 2004-01-18 19:00:38.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the linux kernel. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# extra-y = crt0_$(MODEL).o obj-y := timer.o --- linux-2.6.1-mm4/arch/i386/mach-voyager/Makefile.old 2004-01-18 18:59:31.000000000 +0100 +++ linux-2.6.1-mm4/arch/i386/mach-voyager/Makefile 2004-01-18 19:00:43.000000000 +0100 @@ -1,11 +1,6 @@ # # Makefile for the linux kernel. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# -# Note 2! The CFLAGS definitions are now in the main makefile... EXTRA_CFLAGS += -I../kernel obj-y := setup.o voyager_basic.o voyager_thread.o --- linux-2.6.1-mm4/arch/mips/au1000/common/Makefile.old 2004-01-18 18:59:31.000000000 +0100 +++ linux-2.6.1-mm4/arch/mips/au1000/common/Makefile 2004-01-18 19:00:48.000000000 +0100 @@ -5,10 +5,6 @@ # # Makefile for the Alchemy Au1000 CPU, generic files. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y += prom.o int-handler.o dma.o irq.o puts.o \ time.o reset.o clocks.o power.o --- linux-2.6.1-mm4/arch/mips/au1000/db1x00/Makefile.old 2004-01-18 18:59:31.000000000 +0100 +++ linux-2.6.1-mm4/arch/mips/au1000/db1x00/Makefile 2004-01-18 19:00:57.000000000 +0100 @@ -5,10 +5,6 @@ # # Makefile for the Alchemy Semiconductor PB1000 board. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# .S.s: $(CPP) $(CFLAGS) $< -o $*.s --- linux-2.6.1-mm4/arch/mips/au1000/pb1000/Makefile.old 2004-01-18 18:59:31.000000000 +0100 +++ linux-2.6.1-mm4/arch/mips/au1000/pb1000/Makefile 2004-01-18 19:01:04.000000000 +0100 @@ -5,10 +5,6 @@ # # Makefile for the Alchemy Semiconductor PB1000 board. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# USE_STANDARD_AS_RULE := true --- linux-2.6.1-mm4/arch/mips/au1000/pb1100/Makefile.old 2004-01-18 18:59:31.000000000 +0100 +++ linux-2.6.1-mm4/arch/mips/au1000/pb1100/Makefile 2004-01-18 19:01:12.000000000 +0100 @@ -5,10 +5,6 @@ # # Makefile for the Alchemy Semiconductor Pb1100 board. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# USE_STANDARD_AS_RULE := true --- linux-2.6.1-mm4/arch/mips/au1000/pb1500/Makefile.old 2004-01-18 18:59:31.000000000 +0100 +++ linux-2.6.1-mm4/arch/mips/au1000/pb1500/Makefile 2004-01-18 19:01:21.000000000 +0100 @@ -5,9 +5,5 @@ # # Makefile for the Alchemy Semiconductor Pb1500 board. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# lib-y := init.o setup.o --- linux-2.6.0-test3.orig/arch/mips/kernel/gdb-stub.c Sat Aug 9 00:42:17 2003 +++ linux-2.6.0-test3/arch/mips/kernel/gdb-stub.c Mon Aug 11 00:29:16 2003 @@ -95,7 +95,7 @@ * Example: * $ cd ~/linux * $ make menuconfig - * $ make dep; make vmlinux + * $ make * * Step 3: * Download the kernel to the remote target and start --- linux-2.6.1-mm4/arch/mips/tx4927/common/Makefile.old 2004-01-18 19:03:57.000000000 +0100 +++ linux-2.6.1-mm4/arch/mips/tx4927/common/Makefile 2004-01-18 19:04:25.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for common code for Toshiba TX4927 based systems # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := tx4927_prom.o obj-y += tx4927_setup.o --- linux-2.6.1-mm4/arch/sh/boards/adx/Makefile.old 2004-01-18 19:03:57.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/adx/Makefile 2004-01-18 19:04:37.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for ADX boards # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o irq.o irq_maskreq.o --- linux-2.6.1-mm4/arch/sh/boards/bigsur/Makefile.old 2004-01-18 19:03:57.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/bigsur/Makefile 2004-01-18 19:04:46.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the BigSur specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o io.o irq.o led.o --- linux-2.6.1-mm4/arch/sh/boards/cat68701/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/cat68701/Makefile 2004-01-18 19:04:50.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the CAT-68701 specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o irq.o --- linux-2.6.1-mm4/arch/sh/boards/cqreek/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/cqreek/Makefile 2004-01-18 19:04:54.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the CqREEK specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o irq.o --- linux-2.6.1-mm4/arch/sh/boards/dmida/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/dmida/Makefile 2004-01-18 19:04:58.000000000 +0100 @@ -2,10 +2,6 @@ # Makefile for the DataMyte Industrial Digital Assistant(tm) specific parts # of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := mach.o --- linux-2.6.1-mm4/arch/sh/boards/dreamcast/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/dreamcast/Makefile 2004-01-18 19:05:02.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the Sega Dreamcast specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o irq.o rtc.o --- linux-2.6.1-mm4/arch/sh/boards/ec3104/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/ec3104/Makefile 2004-01-18 19:05:07.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the EC3104 specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o io.o irq.o --- linux-2.6.1-mm4/arch/sh/boards/harp/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/harp/Makefile 2004-01-18 19:05:11.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for STMicroelectronics board specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := irq.o setup.o mach.o led.o --- linux-2.6.1-mm4/arch/sh/boards/hp6xx/hp620/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/hp6xx/hp620/Makefile 2004-01-18 19:05:15.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the HP620 specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := mach.o --- linux-2.6.1-mm4/arch/sh/boards/hp6xx/hp680/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/hp6xx/hp680/Makefile 2004-01-18 19:05:19.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the HP680 specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := mach.o --- linux-2.6.1-mm4/arch/sh/boards/hp6xx/hp690/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/hp6xx/hp690/Makefile 2004-01-18 19:05:25.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the HP690 specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := mach.o --- linux-2.6.1-mm4/arch/sh/boards/mpc1211/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/mpc1211/Makefile 2004-01-18 19:05:28.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the Interface (CTP/PCI/MPC-SH02) specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o rtc.o led.o --- linux-2.6.1-mm4/arch/sh/boards/overdrive/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/overdrive/Makefile 2004-01-18 19:05:32.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the STMicroelectronics Overdrive specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := mach.o setup.o io.o irq.o led.o time.o --- linux-2.6.1-mm4/arch/sh/boards/saturn/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/saturn/Makefile 2004-01-18 19:05:36.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the Sega Saturn specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o io.o irq.o --- linux-2.6.1-mm4/arch/sh/boards/se/770x/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/se/770x/Makefile 2004-01-18 19:05:40.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the 770x SolutionEngine specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := mach.o setup.o io.o irq.o led.o --- linux-2.6.1-mm4/arch/sh/boards/se/7751/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/se/7751/Makefile 2004-01-18 19:05:44.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the 7751 SolutionEngine specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := mach.o setup.o io.o irq.o led.o --- linux-2.6.1-mm4/arch/sh/boards/sh2000/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/sh2000/Makefile 2004-01-18 19:05:47.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the SH2000 specific parts of the kernel # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o --- linux-2.6.1-mm4/arch/sh/boards/unknown/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/boards/unknown/Makefile 2004-01-18 19:05:51.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for unknown SH boards # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := mach.o io.o setup.o --- linux-2.6.1-mm4/arch/sh/cchips/hd6446x/hd64461/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/cchips/hd6446x/hd64461/Makefile 2004-01-18 19:05:54.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the HD64461 # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o io.o --- linux-2.6.1-mm4/arch/sh/cchips/hd6446x/hd64465/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/arch/sh/cchips/hd6446x/hd64465/Makefile 2004-01-18 19:05:58.000000000 +0100 @@ -1,10 +1,6 @@ # # Makefile for the HD64465 # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# obj-y := setup.o io.o gpio.o --- linux-2.6.1-mm4/drivers/video/i810/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/drivers/video/i810/Makefile 2004-01-18 19:06:04.000000000 +0100 @@ -1,12 +1,6 @@ # # Makefile for the Intel 810/815 framebuffer driver # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# -# Note 2! The CFLAGS definitions are now in the main makefile... - obj-$(CONFIG_FB_I810) += i810fb.o --- linux-2.6.1-mm4/fs/befs/Makefile.old 2004-01-18 19:03:58.000000000 +0100 +++ linux-2.6.1-mm4/fs/befs/Makefile 2004-01-18 19:06:08.000000000 +0100 @@ -1,12 +1,6 @@ # # Makefile for the linux BeOS filesystem routines. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# -# Note 2! The CFLAGS definitions are now in the main makefile... - obj-$(CONFIG_BEFS_FS) += befs.o --- linux-2.6.1-mm4/net/ipv4/ipvs/Makefile.old 2004-01-18 19:03:59.000000000 +0100 +++ linux-2.6.1-mm4/net/ipv4/ipvs/Makefile 2004-01-18 19:06:45.000000000 +0100 @@ -1,12 +1,6 @@ # # Makefile for the IPVS modules on top of IPv4. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). -# -# Note 2! The CFLAGS definition is now in the main makefile... - # IPVS transport protocol load balancing support ip_vs_proto-objs-y := - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/