patch-2.1.36 linux/arch/i386/boot/Makefile
Next file: linux/arch/i386/kernel/bios32.c
Previous file: linux/arch/i386/Makefile
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Thu Apr 17 14:24:47 1997
- Orig file:
v2.1.35/linux/arch/i386/boot/Makefile
- Orig date:
Wed Apr 16 14:14:59 1997
diff -u --recursive --new-file v2.1.35/linux/arch/i386/boot/Makefile linux/arch/i386/boot/Makefile
@@ -40,8 +40,8 @@
cp $(TOPDIR)/System.map $(INSTALL_PATH)/
if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi
-install: $(CONFIGURE) zImage
- sh ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) zImage $(TOPDIR)/System.map "$(INSTALL_PATH)"
+install: $(CONFIGURE) $(BOOTIMAGE)
+ sh -x ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) $(BOOTIMAGE) $(TOPDIR)/System.map "$(INSTALL_PATH)"
tools/build: tools/build.c
$(HOSTCC) $(HOSTCFLAGS) -o $@ $< -I$(TOPDIR)/include
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov