From: Dave A. <ai...@us...> - 2003-06-10 02:01:55
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/s390x/boot In directory sc8-pr-cvs1:/tmp/cvs-serv23180/arch/s390x/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/s390x/boot/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile 9 Apr 2002 17:03:17 -0000 1.2 +++ Makefile 10 Jun 2003 01:46:13 -0000 1.3 @@ -35,3 +35,5 @@ 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)" |