Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib set DISTRIBDIR, DISTRIBREV, DISTRIBVER
details: https://anonhg.NetBSD.org/src/rev/32d955052109
branches: trunk
changeset: 521901:32d955052109
user: lukem <lukem%NetBSD.org@localhost>
date: Fri Feb 08 02:27:55 2002 +0000
description:
set DISTRIBDIR, DISTRIBREV, DISTRIBVER
diffstat:
distrib/Makefile.inc | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 2fc06cd12b7f -r 32d955052109 distrib/Makefile.inc
--- a/distrib/Makefile.inc Fri Feb 08 02:18:53 2002 +0000
+++ b/distrib/Makefile.inc Fri Feb 08 02:27:55 2002 +0000
@@ -1,3 +1,13 @@
-# $NetBSD: Makefile.inc,v 1.1 2000/05/02 14:30:14 sjg Exp $
+# $NetBSD: Makefile.inc,v 1.2 2002/02/08 02:27:55 lukem Exp $
.include "../Makefile.inc"
+
+# 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!= sh ${KERNSRCDIR}/conf/osrelease.sh -s
+DISTRIBVER!= sh ${KERNSRCDIR}/conf/osrelease.sh
Home |
Main Index |
Thread Index |
Old Index