From: Dave A. <ai...@us...> - 2003-06-10 01:54:25
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/s390/boot In directory sc8-pr-cvs1:/tmp/cvs-serv23180/arch/s390/boot Modified Files: Makefile Log Message: DA: sync to Marcelo 2.4.18 + remove init_mmap (no longer needed) Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/s390/boot/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile 9 Apr 2002 17:03:16 -0000 1.2 +++ Makefile 10 Jun 2003 01:46:08 -0000 1.3 @@ -35,3 +35,6 @@ clean: rm -f image listing iplfba.boot ipleckd.boot ipldump.boot +install: $(CONFIGURE) $(BOOTIMAGE) + sh -x ./install.sh $(KERNELRELEASE) $(BOOTIMAGE) $(TOPDIR)/System.map $(TOPDIR)/Kerntypes "$(INSTALL_PATH)" + |