Source-Changes-HG archive

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

[src/trunk]: src/distrib provide MAKESUMS; run makesums with appropriate envi...



details:   https://anonhg.NetBSD.org/src/rev/4069c50c346c
branches:  trunk
changeset: 525417:4069c50c346c
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Apr 11 05:59:39 2002 +0000

description:
provide MAKESUMS; run makesums with appropriate environment setup
provide RELINSTALL; install release binaries ${NONBINMODE}
improve some comments

diffstat:

 distrib/Makefile.inc |  14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 6633f5f512b3 -r 4069c50c346c distrib/Makefile.inc
--- a/distrib/Makefile.inc      Thu Apr 11 05:34:32 2002 +0000
+++ b/distrib/Makefile.inc      Thu Apr 11 05:59:39 2002 +0000
@@ -1,13 +1,19 @@
-#      $NetBSD: Makefile.inc,v 1.5 2002/04/10 15:02:39 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.6 2002/04/11 05:59:39 lukem Exp $
 
 .include "../Makefile.inc"
 
-# Top level of distrib
+# DISTRIBDIR - Top level of distrib
 #
 DISTRIBDIR=    ${_SRC_TOP_}/distrib
 
-# DISTRIBREV is revision without dots, as in "12C"
-# DISTRIBVER is revision with dots, as in "1.2C"
+# DISTRIBREV - NetBSD version without dots, as in "15ZD"
+# DISTRIBVER - NetBSD version with dots, as in "1.5ZD"
 #
 DISTRIBREV!=   sh ${_SRC_TOP_}/sys/conf/osrelease.sh -s
 DISTRIBVER!=   sh ${_SRC_TOP_}/sys/conf/osrelease.sh
+
+# MAKESUMS -   runs makesums with the appropriate environment setup
+# RELINSTALL - installs release binaries
+#
+MAKESUMS=      CKSUM=${CKSUM:Q} sh ${DISTRIBDIR}/sets/makesums
+RELINSTALL=    ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE}



Home | Main Index | Thread Index | Old Index