Source-Changes-HG archive

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

[src/trunk]: src/distrib/miniroot remove MAKESUMS (provided by ../Makefile.in...



details:   https://anonhg.NetBSD.org/src/rev/78ba91d8e615
branches:  trunk
changeset: 525472:78ba91d8e615
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Apr 12 02:34:21 2002 +0000

description:
remove MAKESUMS (provided by ../Makefile.inc).  minor tweaks

diffstat:

 distrib/miniroot/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 086532b9fc46 -r 78ba91d8e615 distrib/miniroot/Makefile
--- a/distrib/miniroot/Makefile Fri Apr 12 02:19:30 2002 +0000
+++ b/distrib/miniroot/Makefile Fri Apr 12 02:34:21 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.55 2002/04/10 16:14:11 lukem Exp $
+#      $NetBSD: Makefile,v 1.56 2002/04/12 02:34:21 lukem Exp $
 
 .include <bsd.own.mk>
 .include "${_SRC_TOP_}/distrib/Makefile.inc"
@@ -20,19 +20,17 @@
                DISTRIBREV=${DISTRIBREV:Q} \
                DISTRIBVER=${DISTRIBVER:Q} \
                KERNOBJDIR=${KERNOBJDIR:Q}
-MAKESUMS=      CKSUM=${CKSUM:Q} sh ${DISTRIBDIR}/sets/makesums
 
 .include "${ARCHDIR}/Makefile.inc"
 
 
 realall: check_DESTDIR .WAIT image
-       @true
 
 release: check_RELEASEDIR .WAIT image
        mkdir -p ${RELEASEDIR}/installation/miniroot
        gzip -c -9 < ${.OBJDIR}/miniroot.fs \
                > ${RELEASEDIR}/installation/miniroot/miniroot.fs.gz
-        ${MAKESUMS} -t ${RELEASEDIR}/installation/miniroot miniroot.fs.gz
+       ${MAKESUMS} -t ${RELEASEDIR}/installation/miniroot miniroot.fs.gz
 
 image: ${IMAGE} image_md_post
 



Home | Main Index | Thread Index | Old Index