From: Kenn H. <ke...@us...> - 2003-01-23 23:04:40
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/tools In directory sc8-pr-cvs1:/tmp/cvs-serv18198 Added Files: Makefile Log Message: New-style makefile for boot tools. Uses host-progs facility provided by kbuild --- NEW FILE --- host-progs := mkbootblk setcmdline all: $(host-progs) showcmdline: setcmdline ln -f $< $@ include $(TOPDIR)/Rules.make |