Fix for 2.1.36+ arch/i386/Makefile

Markus Kossmann (mk@emil.inka.de)
Sun, 04 May 1997 18:00:17 +0200


In 2.1.36 the "install" target of arch/i386/boot/Makefile was changed to
use the BOOTIMAGE variable. But BOOTIMAGE is never set and so System.map
is installed as kernel when using "make install". The following patch
fixes that.

--- arch/i386/Makefile~ Sat May 3 19:18:17 1997
+++ arch/i386/Makefile Sun May 4 05:57:54 1997
@@ -85,7 +85,7 @@
@$(MAKEBOOT) BOOTIMAGE=bzImage zdisk

install: vmlinux
- @$(MAKEBOOT) install
+ @$(MAKEBOOT) BOOTIMAGE=zImage install

archclean:
@$(MAKEBOOT) clean

PS: Is there any reason why there is no "binstall" target ?

-- 
------------------------------------------------------------------------------
Markus			           <mk@emil.inka.de> (Markus Kossmann)