lkml.org 
[lkml]   [1996]   [Dec]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectNew target 'binstall' for i386 (PATCH)

This little patch introduces the new target 'binstall' which does all
the nifty things the 'install' target does but with bzImage.

I use the /sbin/installkernel script for copying my compressed image
to my dos partition and renaming the image to vmlinuzx.yzz for
kernel version x.y.z. At boot time the latest kernel image is
automatically choosed.

So it would be nice if this one would come into the kernel.

Matze


Matthias Hanisch gesch.: matze@camline.com priv.: matze@pingu.franken.de
+49 8137 935-204 +49 8441 82387
--- linux/arch/i386/Makefile.2.1.14 Mon Dec 2 19:55:15 1996
+++ linux/arch/i386/Makefile Mon Dec 2 19:40:48 1996
@@ -109,6 +109,9 @@
install: vmlinux
@$(MAKEBOOT) install

+binstall: vmlinux
+ @$(MAKEBOOT) binstall
+
archclean:
@$(MAKEBOOT) clean
$(MAKE) -C arch/$(ARCH)/kernel clean
--- linux/arch/i386/boot/Makefile.2.1.14 Mon Dec 2 19:55:24 1996
+++ linux/arch/i386/boot/Makefile Mon Dec 2 19:41:16 1996
@@ -51,6 +51,9 @@
install: $(CONFIGURE) zImage
sh ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) zImage $(TOPDIR)/System.map "$(INSTALL_PATH)"

+binstall: $(CONFIGURE) bzImage
+ sh ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) bzImage $(TOPDIR)/System.map "$(INSTALL_PATH)"
+
tools/build: tools/build.c
$(HOSTCC) $(HOSTCFLAGS) -o $@ $< -I$(TOPDIR)/include
\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.049 / U:19.452 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site