Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot
In directory sc8-pr-cvs1:/tmp/cvs-serv20979/arch/vax/boot
Modified Files:
Makefile
Log Message:
diskboot isn't a default target, only mopboot
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile 29 Jan 2003 00:27:40 -0000 1.6
+++ Makefile 29 Jan 2003 00:34:08 -0000 1.7
@@ -18,4 +18,4 @@
# in arch/$(ARCH)/Makefile
archhelp:
@echo '* mopboot - MOP-bootable image'
- @echo '* diskboot - disk-bootable image'
+ @echo ' diskboot - disk-bootable image'
|