This patch passes the correct kernel version (with the EXTRAVERSION
part) to install.sh.
--Brian Gerst --------------BC28E37A14DE0895598E0C75 Content-Type: text/plain; charset=us-ascii; name="make.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="make.diff"
--- arch/i386/boot/Makefile.bak Fri Jan 1 20:19:41 1999 +++ arch/i386/boot/Makefile Fri Jan 1 20:20:42 1999 @@ -40,7 +40,7 @@ if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi install: $(CONFIGURE) $(BOOTIMAGE) - sh -x ./install.sh $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) $(BOOTIMAGE) $(TOPDIR)/System.map "$(INSTALL_PATH)" + sh -x ./install.sh $(KERNELRELEASE) $(BOOTIMAGE) $(TOPDIR)/System.map "$(INSTALL_PATH)" tools/build: tools/build.c $(HOSTCC) $(HOSTCFLAGS) -o $@ $< -I$(TOPDIR)/include
--------------BC28E37A14DE0895598E0C75--
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/