pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/pkgformat/pkg mk/pkgformat: update documentation in...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a34a18e361d9
branches: trunk
changeset: 408055:a34a18e361d9
user: rillig <rillig%pkgsrc.org@localhost>
date: Mon Jan 13 07:31:53 2020 +0000
description:
mk/pkgformat: update documentation in list-dependencies
diffstat:
mk/pkgformat/pkg/list-dependencies | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 528f170e9b69 -r a34a18e361d9 mk/pkgformat/pkg/list-dependencies
--- a/mk/pkgformat/pkg/list-dependencies Mon Jan 13 07:20:17 2020 +0000
+++ b/mk/pkgformat/pkg/list-dependencies Mon Jan 13 07:31:53 2020 +0000
@@ -6,7 +6,7 @@
# list-dependencies -- build package dependencies list
#
# SYNOPSIS
-# list-dependencies bootstrap build full
+# list-dependencies bootstrap test tool build full
#
# DESCRIPTION
# For each (reduced) dependency a line of the following format is
@@ -14,7 +14,8 @@
#
# <depends_type> <pattern> <directory>
#
-# Valid dependency types are "bootstrap", "build" and "full".
+# Valid dependency types are "bootstrap", "test", "tool", "build"
+# and "full".
#
# ENVIRONMENT
# AWK
@@ -36,9 +37,9 @@
#
######################################################################
-: ${ECHO:=echo}
+: "${ECHO:=echo}"
-set -e
+set -eu
trap "exit 1" USR1
Home |
Main Index |
Thread Index |
Old Index