pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint TODO: Check for C/C++ style comments ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39222d59e09d
branches:  trunk
changeset: 493745:39222d59e09d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 14 00:38:56 2005 +0000

description:
TODO: Check for C/C++ style comments in Makefiles.

diffstat:

 pkgtools/pkglint/TODO |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (10 lines):

diff -r c98b13ceee18 -r 39222d59e09d pkgtools/pkglint/TODO
--- a/pkgtools/pkglint/TODO     Fri May 13 23:37:54 2005 +0000
+++ b/pkgtools/pkglint/TODO     Sat May 14 00:38:56 2005 +0000
@@ -6,3 +6,6 @@
 * 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 */



Home | Main Index | Thread Index | Old Index