summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-20 17:53:40 +0000
committerrillig <rillig@pkgsrc.org>2007-11-20 17:53:40 +0000
commitcfa9f9e78c3a41188e766704472f73e2a75d222b (patch)
tree95cdc39db5abfaf31fec1d553449d8f8eb6ba00b /mk/platform
parent84a48dac04912dae1e969a359a4a50f9022bf67c (diff)
downloadpkgsrc-cfa9f9e78c3a41188e766704472f73e2a75d222b.tar.gz
Prevent other developers from doing the same mistake as I did, when I
wanted to clean up the code in this directory.
Diffstat (limited to 'mk/platform')
-rw-r--r--mk/platform/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/mk/platform/README b/mk/platform/README
new file mode 100644
index 00000000000..87bae297072
--- /dev/null
+++ b/mk/platform/README
@@ -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.