diff options
author | joerg <joerg@pkgsrc.org> | 2006-10-12 13:58:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-10-12 13:58:48 +0000 |
commit | 34eea79bcf8673e04d305c2d23075423b3d18cbb (patch) | |
tree | ba48196e16bf490af8005983a19957682dab67d8 /pkgtools | |
parent | 3caf96a2583ae5d9eea2e12e3183bed9bfc48dbf (diff) | |
download | pkgsrc-34eea79bcf8673e04d305c2d23075423b3d18cbb.tar.gz |
${MARCH_ARCH}-${LOWER_OPSYS}elf and related constructs should be fixed.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkglint/TODO b/pkgtools/pkglint/TODO index 376e0f3ac59..f7859ad3dc7 100644 --- a/pkgtools/pkglint/TODO +++ b/pkgtools/pkglint/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.52 2006/09/08 07:45:40 rillig Exp $ +$NetBSD: TODO,v 1.53 2006/10/12 13:58:48 joerg Exp $ Please add your own entries at the bottom of this file. If possible, include the name of an example package where a warning should occur. @@ -34,3 +34,5 @@ include the name of an example package where a warning should occur. * Invent an annotation scheme for files that intentionally define variables for use in other files. * Check all the shell commands to see if they are mentioned in USE_TOOLS. +* ${MACHINE_ARCH}-${LOWER_OPSYS}elf in PLISTs etc. is a NetBSD config.guess + problem ==> use of ${APPEND_ELF} |