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 | d2521389dc131b9770454c221ec9ceb8c9508231 (patch) | |
tree | ba48196e16bf490af8005983a19957682dab67d8 | |
parent | 4a1ad96bd8d603265ea9beeb1479cc8b9c187951 (diff) | |
download | pkgsrc-d2521389dc131b9770454c221ec9ceb8c9508231.tar.gz |
${MARCH_ARCH}-${LOWER_OPSYS}elf and related constructs should be fixed.
-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} |