diff options
author | rillig <rillig@pkgsrc.org> | 2006-03-10 21:16:30 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-03-10 21:16:30 +0000 |
commit | 22c781d3c45954e82bb846e192d54f2006e83068 (patch) | |
tree | 8731afe6c3b23e036a39bb1b8c13b67a2a358104 /net | |
parent | 9c704971dbea7f3b4403949ee7bba074e565c727 (diff) | |
download | pkgsrc-22c781d3c45954e82bb846e192d54f2006e83068.tar.gz |
This warning is not yet in pkglint:
WARN: Makefile:123: "cd" as the last shell command is useless.
Diffstat (limited to 'net')
-rw-r--r-- | net/netdisco/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile index c211746493b..eb297f7125a 100644 --- a/net/netdisco/Makefile +++ b/net/netdisco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/09 20:25:28 bouyer Exp $ +# $NetBSD: Makefile,v 1.11 2006/03/10 21:16:30 rillig Exp $ # DISTNAME= netdisco-0.94_with_mibs @@ -120,7 +120,7 @@ do-build: ${RM} -f ${WRKSRC}/doc/$$i ;\ ${MV} ${WRKSRC}/$$i ${WRKSRC}/doc/ ;\ done - cd ${WRKSRC}; + cd ${WRKSRC} && \ ${FIND} . \( -name '*.orig' -o -name '*.bak' \) -exec ${RM} -f {} \; do-install: |