[xtensa-cvscommit] linux/arch/xtensa Makefile,1.3,1.4
Brought to you by:
zankel
|
From: <jgr...@us...> - 2002-10-25 23:37:29
|
Update of /cvsroot/xtensa/linux/arch/xtensa In directory usw-pr-cvs1:/tmp/cvs-serv27535/arch/xtensa Modified Files: Makefile Log Message: Pass on "make mrproper" to tools directory. Index: Makefile =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 23 Oct 2002 20:53:18 -0000 1.3 --- Makefile 25 Oct 2002 23:37:26 -0000 1.4 *************** *** 165,169 **** archmrproper: ! @/bin/true archdep:archsymlinks configsymlinks --- 165,169 ---- archmrproper: ! @$(MAKETOOLS) mrproper archdep:archsymlinks configsymlinks |