lkml.org 
[lkml]   [1997]   [May]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectFix for 2.1.36+ arch/i386/Makefile
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)
\
 
 \ /
  Last update: 2005-03-22 13:39    [W:0.020 / U:0.984 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site