pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Fixed trivial pkglint warnings:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c455244b6bb
branches:  trunk
changeset: 505269:9c455244b6bb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 01 22:30:35 2006 +0000

description:
Fixed trivial pkglint warnings:
- Removed leading white-space in dependency lines.
- s/existant/existent/.

diffstat:

 mk/subst.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 39ac01adf6d5 -r 9c455244b6bb mk/subst.mk
--- a/mk/subst.mk       Sun Jan 01 22:30:21 2006 +0000
+++ b/mk/subst.mk       Sun Jan 01 22:30:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.26 2005/12/06 17:17:30 rillig Exp $
+# $NetBSD: subst.mk,v 1.27 2006/01/01 22:30:35 rillig Exp $
 #
 # This Makefile fragment implements a general text replacement facility.
 # Package makefiles define a ``class'', for each of which a particular
@@ -64,14 +64,14 @@
 subst-${_class_}: ${_SUBST_TARGETS.${_class_}}
 
 .PHONY: subst-${_class_}-message
- subst-${_class_}-message:
+subst-${_class_}-message:
 .  if defined(SUBST_MESSAGE.${_class_})
        ${_PKG_SILENT}${_PKG_DEBUG}                                     \
        ${ECHO_SUBST_MSG} "=> "${SUBST_MESSAGE.${_class_}}
 .  endif
 
 .PHONY: subst-${_class_}-cookie
- subst-${_class_}-cookie:
+subst-${_class_}-cookie:
        ${_PKG_SILENT}${_PKG_DEBUG}                                     \
        ${TOUCH} ${TOUCH_FLAGS} ${_SUBST_COOKIE.${_class_}}
 
@@ -99,7 +99,7 @@
                elif ${TEST} -f "$$file"; then                          \
                        ${ECHO_SUBST_MSG} "[subst.mk] WARNING: Ignoring non-text file \"$$file\"." 1>&2; \
                else                                                    \
-                       ${ECHO_SUBST_MSG} "[subst.mk] WARNING: Ignoring non-existant file \"$$file\"." 1>&2; \
+                       ${ECHO_SUBST_MSG} "[subst.mk] WARNING: Ignoring non-existent file \"$$file\"." 1>&2; \
                fi;                                                     \
        done
 .endfor



Home | Main Index | Thread Index | Old Index