pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/help ONLY_FOR_PLATFORM and NOT_FOR_PLATFORM should ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81b54318116e
branches:  trunk
changeset: 533258:81b54318116e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Sep 12 09:59:44 2007 +0000

description:
ONLY_FOR_PLATFORM and NOT_FOR_PLATFORM should only be used in commented
form.

diffstat:

 mk/help/notonly.help |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r eeae8a0c406c -r 81b54318116e mk/help/notonly.help
--- a/mk/help/notonly.help      Wed Sep 12 09:55:37 2007 +0000
+++ b/mk/help/notonly.help      Wed Sep 12 09:59:44 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: notonly.help,v 1.1 2007/09/12 09:55:37 rillig Exp $
+# $NetBSD: notonly.help,v 1.2 2007/09/12 09:59:44 rillig Exp $
 
 # === Package-settable variables ===
 #
@@ -16,3 +16,7 @@
 # Platforms are triples of OPSYS, OS_VERSION and MACHINE_ARCH, separated
 # by dashes. Each of the components may be the wildcard "*".
 #
+# Whenever you use these variables in a package Makefile, add a comment
+# nearby _why_ you are restricting the list of platforms. Otherwise
+# these restrictions may be quickly removed by other developers.
+#



Home | Main Index | Thread Index | Old Index