From: Kenn H. <ke...@us...> - 2003-03-24 20:12:29
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1:/tmp/cvs-serv20736/arch/vax Modified Files: Makefile Log Message: Updates due to kbuild changes in 2.5.42 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/Makefile,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- Makefile 21 Mar 2003 00:10:00 -0000 1.17 +++ Makefile 24 Mar 2003 20:12:22 -0000 1.18 @@ -49,7 +49,7 @@ .PHONY: TOOLS TOOLS: - @+$(MAKE) -C arch/$(ARCH)/boot/tools + @$(call descend,arch/$(ARCH)/boot/tools,$(1)) # This will make a disk-bootable image. dd this directly to a # disk and then tell your VAX to boot from this disk |