Source-Changes-HG archive

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

[src/trunk]: src/distrib/alpha Add release targets, intended for use by the s...



details:   https://anonhg.NetBSD.org/src/rev/8f631a05a1a2
branches:  trunk
changeset: 474181:8f631a05a1a2
user:      ross <ross%NetBSD.org@localhost>
date:      Wed Jun 30 18:36:37 1999 +0000

description:
Add release targets, intended for use by the src/etc/Makefile `make release'.

diffstat:

 distrib/alpha/Makefile |  22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 8a29a20f9d39 -r 8f631a05a1a2 distrib/alpha/Makefile
--- a/distrib/alpha/Makefile    Wed Jun 30 18:33:33 1999 +0000
+++ b/distrib/alpha/Makefile    Wed Jun 30 18:36:37 1999 +0000
@@ -1,5 +1,25 @@
-#      $NetBSD: Makefile,v 1.1 1998/10/16 01:36:45 ross Exp $
+#      $NetBSD: Makefile,v 1.2 1999/06/30 18:36:37 ross Exp $
 
 SUBDIR=        instkernel floppy-GENERIC
 
+ITARGET=       ${RELEASEDIR}/installation
+IINST=         ${INSTALL} ${RENAME} ${PRESERVE} ${COPY}        \
+               -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE}
+
+.ifndef RELEASEDIR
+release:
+       @echo setenv RELEASEDIR first
+       @false
+.else
+release:
+.for i in floppy diskimage instkernel tapeimage
+       ${IINST} README.files ${ITARGET}/$i/.
+.endfor
+       ${IINST} instkernel/cd-hd-tape/obj/cdhdtape ${ITARGET}/diskimage/.
+       ${IINST} instkernel/fdset/obj/disk1of2 ${ITARGET}/floppy/.
+       ${IINST} instkernel/fdset/obj/disk2of2 ${ITARGET}/floppy/.
+       ${IINST} instkernel/instkernel/obj/netbsd.gz ${ITARGET}/instkernel/.
+       ${IINST} floppy-GENERIC/obj/GENERIC.fs ${ITARGET}/misc/.
+.endif
+
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index