Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/i386/floppies/fdset-common Pull up revision 1.7...



details:   https://anonhg.NetBSD.org/src/rev/f03ef5ebfba8
branches:  netbsd-1-4
changeset: 469695:f03ef5ebfba8
user:      he <he%NetBSD.org@localhost>
date:      Thu Nov 11 21:06:32 1999 +0000

description:
Pull up revision 1.7 (requested by he):
  Improve automation for "make release", so that boot images are
  automatically built and installed in RELEASEDIR.

diffstat:

 distrib/i386/floppies/fdset-common/Makefile.inc |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 7c546babb997 -r f03ef5ebfba8 distrib/i386/floppies/fdset-common/Makefile.inc
--- a/distrib/i386/floppies/fdset-common/Makefile.inc   Thu Nov 11 21:05:58 1999 +0000
+++ b/distrib/i386/floppies/fdset-common/Makefile.inc   Thu Nov 11 21:06:32 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.5 1999/03/23 18:05:45 drochner Exp $
+#      $NetBSD: Makefile.inc,v 1.5.2.1 1999/11/11 21:06:32 he Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -105,6 +105,13 @@
        cp ${BOOTCODE} boot
        strip boot
 
+release:
+       -mkdir -p ${RELEASEDIR}/installation/floppies
+       cp -p ${BASENAME}?.fs ${RELEASEDIR}/installation/floppies
+       for f in ${RELEASEDIR}/installation/floppies/${BASENAME}?.fs; do \
+               gzip <$$f >$$f.gz; \
+       done
+       
 clean cleandir distclean:
        /bin/rm -f *.core ${CLEANFILES} ${BASENAME}?.fs
 



Home | Main Index | Thread Index | Old Index