lkml.org 
[lkml]   [2000]   [Mar]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.3.49
This patch removes the unused variable $(CONFIGURE) from several
arch/*/boot/Makefiles.

--
Aaron Denney
-><-
diff -urN linux/arch/arm/boot/Makefile linux-no-configure/arch/arm/boot/Makefile
--- linux/arch/arm/boot/Makefile Sun Apr 12 11:42:15 1998
+++ linux-no-configure/arch/arm/boot/Makefile Fri Mar 3 02:34:04 2000
@@ -10,19 +10,19 @@

SYSTEM =$(TOPDIR)/vmlinux

-Image: $(CONFIGURE) $(SYSTEM)
+Image: $(SYSTEM)
$(OBJCOPY) $(SYSTEM) $@

-zImage: $(CONFIGURE) compressed/vmlinux
+zImage: compressed/vmlinux
$(OBJCOPY) compressed/vmlinux $@

compressed/vmlinux: $(TOPDIR)/vmlinux dep
@$(MAKE) -C compressed vmlinux

-install: $(CONFIGURE) Image
+install: Image
sh ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) Image $(TOPDIR)/System.map "$(INSTALL_PATH)"

-zinstall: $(CONFIGURE) zImage
+zinstall: zImage
sh ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) zImage $(TOPDIR)/System.map "$(INSTALL_PATH)"

clean:
diff -urN linux/arch/i386/boot/Makefile linux-no-configure/arch/i386/boot/Makefile
--- linux/arch/i386/boot/Makefile Fri Mar 3 02:30:06 2000
+++ linux-no-configure/arch/i386/boot/Makefile Fri Mar 3 02:32:53 2000
@@ -12,11 +12,11 @@
$(TOPDIR)/include/linux/autoconf.h \
$(TOPDIR)/include/asm/boot.h

-zImage: $(CONFIGURE) bootsect setup compressed/vmlinux tools/build
+zImage: bootsect setup compressed/vmlinux tools/build
$(OBJCOPY) compressed/vmlinux compressed/vmlinux.out
tools/build bootsect setup compressed/vmlinux.out $(ROOT_DEV) > zImage

-bzImage: $(CONFIGURE) bbootsect bsetup compressed/bvmlinux tools/build
+bzImage: bbootsect bsetup compressed/bvmlinux tools/build
$(OBJCOPY) compressed/bvmlinux compressed/bvmlinux.out
tools/build -b bbootsect bsetup compressed/bvmlinux.out $(ROOT_DEV) > bzImage

@@ -29,14 +29,14 @@
zdisk: $(BOOTIMAGE)
dd bs=8192 if=$(BOOTIMAGE) of=/dev/fd0

-zlilo: $(CONFIGURE) $(BOOTIMAGE)
+zlilo: $(BOOTIMAGE)
if [ -f $(INSTALL_PATH)/vmlinuz ]; then mv $(INSTALL_PATH)/vmlinuz $(INSTALL_PATH)/vmlinuz.old; fi
if [ -f $(INSTALL_PATH)/System.map ]; then mv $(INSTALL_PATH)/System.map $(INSTALL_PATH)/System.old; fi
cat $(BOOTIMAGE) > $(INSTALL_PATH)/vmlinuz
cp $(TOPDIR)/System.map $(INSTALL_PATH)/
if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi

-install: $(CONFIGURE) $(BOOTIMAGE)
+install: $(BOOTIMAGE)
sh -x ./install.sh $(KERNELRELEASE) $(BOOTIMAGE) $(TOPDIR)/System.map "$(INSTALL_PATH)"

tools/build: tools/build.c
diff -urN linux/arch/mips/boot/Makefile linux-no-configure/arch/mips/boot/Makefile
--- linux/arch/mips/boot/Makefile Sun Feb 27 15:18:14 2000
+++ linux-no-configure/arch/mips/boot/Makefile Fri Mar 3 02:33:17 2000
@@ -32,7 +32,7 @@

all: vmlinux.ecoff addinitrd

-vmlinux.ecoff: $(CONFIGURE) elf2ecoff $(TOPDIR)/vmlinux
+vmlinux.ecoff: elf2ecoff $(TOPDIR)/vmlinux
./elf2ecoff $(TOPDIR)/vmlinux vmlinux.ecoff $(E2EFLAGS)

elf2ecoff: elf2ecoff.c
diff -urN linux/arch/mips64/boot/Makefile linux-no-configure/arch/mips64/boot/Makefile
--- linux/arch/mips64/boot/Makefile Sun Feb 27 15:18:19 2000
+++ linux-no-configure/arch/mips64/boot/Makefile Fri Mar 3 02:33:27 2000
@@ -23,7 +23,7 @@

all: vmlinux.ecoff addinitrd

-vmlinux.ecoff: $(CONFIGURE) elf2ecoff $(TOPDIR)/vmlinux
+vmlinux.ecoff: elf2ecoff $(TOPDIR)/vmlinux
./elf2ecoff $(TOPDIR)/vmlinux vmlinux.ecoff $(E2EFLAGS)

elf2ecoff: elf2ecoff.c
diff -urN linux/arch/sh/boot/Makefile linux-no-configure/arch/sh/boot/Makefile
--- linux/arch/sh/boot/Makefile Mon Aug 30 18:12:59 1999
+++ linux-no-configure/arch/sh/boot/Makefile Fri Mar 3 02:33:41 2000
@@ -22,7 +22,7 @@
#
# Fake compressed boot
#
-zImage: $(CONFIGURE) mkboot $(TOPDIR)/vmlinux
+zImage: mkboot $(TOPDIR)/vmlinux
$(OBJCOPY) $(strip-flags) $(TOPDIR)/vmlinux zImage.tmp
./mkboot zImage.tmp zImage
rm -f zImage.tmp
\
 
 \ /
  Last update: 2005-03-22 13:56    [W:0.032 / U:0.508 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site