From: Dave A. <ai...@us...> - 2003-06-10 01:49:32
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/ppc/boot/images In directory sc8-pr-cvs1:/tmp/cvs-serv23180/arch/ppc/boot/images 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/ppc/boot/images/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 10 Apr 2002 15:03:59 -0000 1.1 +++ Makefile 10 Jun 2003 01:46:01 -0000 1.2 @@ -9,4 +9,4 @@ gzip -vf9 vmlinux clean: - rm -f sImage vmapus vmlinux.* miboot.image* zImage* zvmlinux.* + rm -f sImage vmapus vmlinux* miboot* zImage* zvmlinux* |