From: Kenn H. <ke...@us...> - 2003-02-09 01:30:43
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1:/tmp/cvs-serv15775 Modified Files: Makefile Log Message: archclean now looks like i386 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- Makefile 29 Jan 2003 08:50:18 -0000 1.13 +++ Makefile 9 Feb 2003 01:30:34 -0000 1.14 @@ -89,9 +89,10 @@ $(OBJDUMP) -D vmlinux > vmlinux.lst archclean: - rm -f vmlinux.* vmlinux - cd $(TOPDIR)/arch/vax ; rm -f *.out TEST.BIN TEST.SYS - cd $(TOOLSDIR) ; rm -f setcmdline showcmdline mkbootblk + @echo 'Cleaning up (arch/vax)' + @rm -f vmlinux.* vmlinux + @cd $(TOPDIR)/arch/vax ; rm -f *.out TEST.BIN TEST.SYS + @cd $(TOOLSDIR) ; rm -f setcmdline showcmdline mkbootblk archmrproper: |