pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint * check Makefile directives



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ab9fe94ed67
branches:  trunk
changeset: 502559:2ab9fe94ed67
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Nov 06 15:59:48 2005 +0000

description:
* check Makefile directives
* check _every_ line of the Makefiles
* warn about the use of ${SED} in {pre,do,post}-install

diffstat:

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

diffs (10 lines):

diff -r a9a1ec39ba89 -r 2ab9fe94ed67 pkgtools/pkglint/TODO
--- a/pkgtools/pkglint/TODO     Sun Nov 06 15:55:24 2005 +0000
+++ b/pkgtools/pkglint/TODO     Sun Nov 06 15:59:48 2005 +0000
@@ -9,3 +9,6 @@
 * -Wl,-rpath
 * include "../../mk/bsd.prefs.mk" before using "+=".
 * include "../../mk/bsd.prefs.mk" before any .if
+* check Makefile directives
+* check _every_ line of the Makefiles
+* warn about the use of ${SED} in {pre,do,post}-install



Home | Main Index | Thread Index | Old Index