Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.i386 Do sums of installation/* correctly.



details:   https://anonhg.NetBSD.org/src/rev/5b593e1d955d
branches:  trunk
changeset: 525557:5b593e1d955d
user:      tv <tv%NetBSD.org@localhost>
date:      Sat Apr 13 00:00:20 2002 +0000

description:
Do sums of installation/* correctly.

diffstat:

 etc/etc.i386/Makefile.inc |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 59e450782be3 -r 5b593e1d955d etc/etc.i386/Makefile.inc
--- a/etc/etc.i386/Makefile.inc Fri Apr 12 23:54:28 2002 +0000
+++ b/etc/etc.i386/Makefile.inc Sat Apr 13 00:00:20 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.32 2002/04/12 23:13:23 tv Exp $
+#      $NetBSD: Makefile.inc,v 1.33 2002/04/13 00:00:20 tv Exp $
 #
 #      etc.i386/Makefile.inc -- i386-specific etc Makefile targets
 #
@@ -24,7 +24,8 @@
        cd ${.CURDIR}/../distrib/notes && ${MAKE} release
        cd ${.CURDIR}/../sys/arch/i386/stand/dosboot && ${MAKE} release
        cd ${.CURDIR}/../sys/arch/i386/stand/misc && ${MAKE} release
-       ${MAKESUMS} -t ${RELEASEDIR}/installation/floppy '*.gz'
+       ${MAKESUMS} -t ${RELEASEDIR}/installation/floppy '*.fs'
+       ${MAKESUMS} -t ${RELEASEDIR}/installation/misc '*.*'
 
 # For "make iso-image"
 iso-image_md_pre:



Home | Main Index | Thread Index | Old Index