diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-20 17:53:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-20 17:53:40 +0000 |
commit | b106223436fe9f0f29f80111ee227cd851c4e7ee (patch) | |
tree | 95cdc39db5abfaf31fec1d553449d8f8eb6ba00b /mk | |
parent | 1c6f6293ae672a0123dab41a7d1b22d5a5f3b300 (diff) | |
download | pkgsrc-b106223436fe9f0f29f80111ee227cd851c4e7ee.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')
-rw-r--r-- | mk/platform/README | 12 |
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. |