Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/notes Pass the name of the compressor actually used ...
details: https://anonhg.NetBSD.org/src/rev/ebb5a811cb39
branches: trunk
changeset: 935053:ebb5a811cb39
user: martin <martin%NetBSD.org@localhost>
date: Tue Jun 23 06:28:01 2020 +0000
description:
Pass the name of the compressor actually used for sets to groff and use
it in the content description (XXX need to adapt a few more copies in,
as of now, unaffected architectures)
diffstat:
distrib/notes/Makefile.inc | 4 +++-
distrib/notes/alpha/contents | 6 ++++--
distrib/notes/amd64/contents | 6 ++++--
distrib/notes/common/contents | 6 ++++--
distrib/notes/evbarm/contents | 8 +++++---
distrib/notes/sparc64/contents | 6 ++++--
6 files changed, 24 insertions(+), 12 deletions(-)
diffs (122 lines):
diff -r 469c80e77ecb -r ebb5a811cb39 distrib/notes/Makefile.inc
--- a/distrib/notes/Makefile.inc Tue Jun 23 05:50:01 2020 +0000
+++ b/distrib/notes/Makefile.inc Tue Jun 23 06:28:01 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.55 2020/06/16 00:45:56 christos Exp $
+# $NetBSD: Makefile.inc,v 1.56 2020/06/23 06:28:01 martin Exp $
#
# Ross Harvey <ross%NetBSD.org@localhost>
@@ -36,8 +36,10 @@
PRESET+= -rmajor=${DISTRIBVER:C/\..*$//}
.if ${USE_XZ_SETS:Uno} == "yes"
PRESET+= -dsetsuffix=tar.xz
+PRESET+= -dcompressor=xz
.else
PRESET+= -dsetsuffix=tgz
+PRESET+= -dcompressor=gzip
.endif
.if ${NETBSD_OFFICIAL_RELEASE:Uno} == "yes"
PRESET+= -rFOR_RELEASE=1
diff -r 469c80e77ecb -r ebb5a811cb39 distrib/notes/alpha/contents
--- a/distrib/notes/alpha/contents Tue Jun 23 05:50:01 2020 +0000
+++ b/distrib/notes/alpha/contents Tue Jun 23 06:28:01 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: contents,v 1.21 2020/06/22 12:03:46 maya Exp $
+.\" $NetBSD: contents,v 1.22 2020/06/23 06:28:02 martin Exp $
.\"
.\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -309,7 +309,9 @@
.\" XXX: should be in notes/common
.
.Pp
-The \*M binary distribution sets are distributed as xzipped tar files
+The \*M binary distribution sets are distributed as tar files
+compressed with
+.Sy \*[compressor]
named with the extension
.Sy .\*[setsuffix] ,
e.g.
diff -r 469c80e77ecb -r ebb5a811cb39 distrib/notes/amd64/contents
--- a/distrib/notes/amd64/contents Tue Jun 23 05:50:01 2020 +0000
+++ b/distrib/notes/amd64/contents Tue Jun 23 06:28:01 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: contents,v 1.10 2020/06/22 12:03:47 maya Exp $
+.\" $NetBSD: contents,v 1.11 2020/06/23 06:28:02 martin Exp $
.\"
.\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -245,7 +245,9 @@
.\"
.
.Pp
-The \*M binary distribution sets are distributed as xzipped tar files
+The \*M binary distribution sets are distributed as tar files
+compressed with
+.Sy \*[compressor]
named with the extension
.Sy .\*[setsuffix]
.Pq e.g., Pa base.\*[setsuffix] .
diff -r 469c80e77ecb -r ebb5a811cb39 distrib/notes/common/contents
--- a/distrib/notes/common/contents Tue Jun 23 05:50:01 2020 +0000
+++ b/distrib/notes/common/contents Tue Jun 23 06:28:01 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: contents,v 1.180 2019/11/24 11:15:33 martin Exp $
+.\" $NetBSD: contents,v 1.181 2020/06/23 06:28:02 martin Exp $
.\"
.\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -965,7 +965,9 @@
.
.
.Pp
-The \*M binary distribution sets are distributed as gzipped tar files
+The \*M binary distribution sets are distributed as tar files
+compressed with
+.Sy \*[compressor]
named with the extension
.Sy .\*[setsuffix] ,
e.g.
diff -r 469c80e77ecb -r ebb5a811cb39 distrib/notes/evbarm/contents
--- a/distrib/notes/evbarm/contents Tue Jun 23 05:50:01 2020 +0000
+++ b/distrib/notes/evbarm/contents Tue Jun 23 06:28:01 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: contents,v 1.7 2020/06/22 12:03:47 maya Exp $
+.\" $NetBSD: contents,v 1.8 2020/06/23 06:28:02 martin Exp $
.\"
.\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -259,8 +259,10 @@
.\" XXX: should be in notes/common
.
.Pp
-The \*M binary distribution sets are distributed as gzipped or xzipped
-tar files named with the extension
+The \*M binary distribution sets are distributed as tar files
+compressed with
+.Sy \*[compressor]
+named with the extension
.Sy .\*[setsuffix] ,
e.g.
.Pa base.\*[setsuffix] .
diff -r 469c80e77ecb -r ebb5a811cb39 distrib/notes/sparc64/contents
--- a/distrib/notes/sparc64/contents Tue Jun 23 05:50:01 2020 +0000
+++ b/distrib/notes/sparc64/contents Tue Jun 23 06:28:01 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: contents,v 1.10 2020/06/22 12:03:47 maya Exp $
+.\" $NetBSD: contents,v 1.11 2020/06/23 06:28:02 martin Exp $
.\"
.\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -295,7 +295,9 @@
.\" XXX: should be in notes/common
.
.Pp
-The \*M binary distribution sets are distributed as xzipped tar files
+The \*M binary distribution sets are distributed as tar files
+compressed with
+.Sy \*[compressor]
named with the extension
.Sy .\*[setsuffix] ,
e.g.,
Home |
Main Index |
Thread Index |
Old Index