Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/arch/hp300/stand Pull up revision 1.24 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/5c131e31c223
branches:  netbsd-1-4
changeset: 470785:5c131e31c223
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 13 21:22:25 2000 +0000

description:
Pull up revision 1.24 (requested by he):
  Enhance the ``make release'' process:
   o Build and install the distrib and boot bits

diffstat:

 sys/arch/hp300/stand/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 5fd80922dc04 -r 5c131e31c223 sys/arch/hp300/stand/Makefile
--- a/sys/arch/hp300/stand/Makefile     Thu Jul 13 21:21:56 2000 +0000
+++ b/sys/arch/hp300/stand/Makefile     Thu Jul 13 21:22:25 2000 +0000
@@ -1,6 +1,8 @@
-#      $NetBSD: Makefile,v 1.23 1997/02/04 03:51:37 thorpej Exp $
+#      $NetBSD: Makefile,v 1.23.20.1 2000/07/13 21:22:25 he Exp $
 
 # mkboot is first; it's needed by the boot programs
 SUBDIR=        mkboot inst uboot installboot
 
+TARGETS += release
+
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index