Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot
In directory sc8-pr-cvs1:/tmp/cvs-serv18840/arch/vax/boot
Modified Files:
Makefile
Log Message:
Add archhelp target for 2.5.25's "make help" feature
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile 29 Jan 2003 00:06:49 -0000 1.5
+++ Makefile 29 Jan 2003 00:27:40 -0000 1.6
@@ -13,3 +13,9 @@
EXTRA_TARGETS = head.o
include $(TOPDIR)/Rules.make
+
+# Top-level makefile expects archhelp here, but I'd rather put it
+# in arch/$(ARCH)/Makefile
+archhelp:
+ @echo '* mopboot - MOP-bootable image'
+ @echo '* diskboot - disk-bootable image'
|