pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Prevent other developers from doing the sa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/164d690fc03b
branches:  trunk
changeset: 535515:164d690fc03b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Nov 20 17:53:40 2007 +0000

description:
Prevent other developers from doing the same mistake as I did, when I
wanted to clean up the code in this directory.

diffstat:

 mk/platform/README |  12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r f1eedb9658a2 -r 164d690fc03b mk/platform/README
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mk/platform/README        Tue Nov 20 17:53:40 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: README,v 1.1 2007/11/20 17:53:40 rillig Exp $
+
+These files contain platform-specific definitions that are used by the
+pkgsrc infrastructure.
+
+TODO: Document all these variables.
+
+=== Implementation notes ===
+
+Do not try to extract the definitions that are common to all files into
+another file (maybe common.mk). The code duplication is intentional
+here.



Home | Main Index | Thread Index | Old Index