Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/alpha/stand/netboot Pull up revision 1.23 (via...



details:   https://anonhg.NetBSD.org/src/rev/d29d741a5201
branches:  netbsd-1-5
changeset: 491837:d29d741a5201
user:      he <he%NetBSD.org@localhost>
date:      Mon May 28 18:26:33 2001 +0000

description:
Pull up revision 1.23 (via patch, requested by he):
  Add Makefile snippets to install ``netboot'' under ``make release''.

diffstat:

 sys/arch/alpha/stand/netboot/Makefile |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r b36a7e4412aa -r d29d741a5201 sys/arch/alpha/stand/netboot/Makefile
--- a/sys/arch/alpha/stand/netboot/Makefile     Mon May 28 12:38:22 2001 +0000
+++ b/sys/arch/alpha/stand/netboot/Makefile     Mon May 28 18:26:33 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 1999/09/10 07:31:18 ross Exp $
+# $NetBSD: Makefile,v 1.21.12.1 2001/05/28 18:26:33 he Exp $
 
 PROG = netboot
 
@@ -31,3 +31,12 @@
        ${LD} -Ttext ${BOOT_RELOC} -N -e start -o ${PROG}.sym \
            ${OBJS} vers.o ${LIBSA} ${LIBZ} ${LIBSA} ${LIBKERN}
        ${SIZE} ${PROG}.sym
+
+.ifndef RELEASEDIR
+release:
+       @echo setenv RELEASEDIR first
+       @false
+.else
+release: ${PROG}
+       cp ${PROG} ${RELEASEDIR}/installation/netboot
+.endif



Home | Main Index | Thread Index | Old Index