pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint Checking for C/C++ comments is not ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1a82787471c
branches:  trunk
changeset: 497865:e1a82787471c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Aug 06 08:00:14 2005 +0000

description:
Checking for C/C++ comments is not necessary for Makefiles. No-one uses
them. All pathnames are already interpreted as being relative to the
package's directory. Added a reminder that ONLY_FOR_PLATFORM should be
changed to NOT_FOR_PLATFORM where appropriate.

diffstat:

 pkgtools/pkglint/TODO |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (16 lines):

diff -r d79eb353bb58 -r e1a82787471c pkgtools/pkglint/TODO
--- a/pkgtools/pkglint/TODO     Sat Aug 06 06:29:43 2005 +0000
+++ b/pkgtools/pkglint/TODO     Sat Aug 06 08:00:14 2005 +0000
@@ -7,11 +7,8 @@
 * stricter type checking
 * quoting check for Makefile variables
 * -E/--explain
-* check for C/C++ style comments in Makefiles
-  rm -f *.o            /* delete unused files */
-  .ifdef foo           /* xyz */
 * check for absolute paths
 * check for direct use of /usr/pkgsrc etc.
 * check dir direct use of *DIR
 * in dependency lines check for ../../category/package, not ../package
-* make all pathnames relative to the current directory
+* ONLY_FOR_PLATFORM => NOT_FOR_PLATFORM



Home | Main Index | Thread Index | Old Index