pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/help Added the file msg.help, which describes the I...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0521538a426
branches:  trunk
changeset: 523719:d0521538a426
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Jan 12 07:54:30 2007 +0000

description:
Added the file msg.help, which describes the INFO_MSG, WARNING_MSG,
ERROR_MSG and FATAL_MSG commands.

diffstat:

 mk/help/help.mk  |   3 ++-
 mk/help/msg.help |  19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletions(-)

diffs (40 lines):

diff -r 13f361539172 -r d0521538a426 mk/help/help.mk
--- a/mk/help/help.mk   Fri Jan 12 07:48:09 2007 +0000
+++ b/mk/help/help.mk   Fri Jan 12 07:54:30 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: help.mk,v 1.5 2007/01/06 16:49:40 rillig Exp $
+# $NetBSD: help.mk,v 1.6 2007/01/12 07:54:30 rillig Exp $
 #
 
 # This is the integrated pkgsrc online help system. To query for the
@@ -14,6 +14,7 @@
 _HELP_FILES+=          mk/defaults/mk.conf
 _HELP_FILES+=          lang/perl5/*.mk lang/php/*.mk lang/python/*.mk
 _HELP_FILES+=          lang/ruby/*.mk
+_HELP_FILES+=          mk/*/*.help
 
 .if defined(VARNAME)
 TOPIC?=                ${VARNAME}
diff -r 13f361539172 -r d0521538a426 mk/help/msg.help
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mk/help/msg.help  Fri Jan 12 07:54:30 2007 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: msg.help,v 1.1 2007/01/12 07:54:30 rillig Exp $
+#
+
+# INFO_MSG
+#      A shell command that prints the word "INFO:", followed by its
+#      arguments, onto stdout. Exits with EXIT_SUCCESS.
+#
+# WARNING_MSG
+#      A shell command that prints the word "WARNING:", followed by its
+#      arguments, onto stderr. Exits with EXIT_SUCCESS.
+#
+# ERROR_MSG
+#      A shell command that prints the word "ERROR:", followed by its
+#      arguments, onto stderr. Exits with EXIT_SUCCESS(!).
+#
+# FAIL_MSG
+#      A shell command that prints the word "ERROR:", followed by its
+#      arguments, onto stderr. Exits with EXIT_FAILURE.
+#



Home | Main Index | Thread Index | Old Index