Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check mk/check/check-portability.mk: remove leaked ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/40d45c2b16db
branches: trunk
changeset: 433706:40d45c2b16db
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Jun 07 10:42:04 2020 +0000
description:
mk/check/check-portability.mk: remove leaked debug code
Thanks jperkin@.
diffstat:
mk/check/check-portability.mk | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 3b4795c2ae34 -r 40d45c2b16db mk/check/check-portability.mk
--- a/mk/check/check-portability.mk Sun Jun 07 10:39:48 2020 +0000
+++ b/mk/check/check-portability.mk Sun Jun 07 10:42:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-portability.mk,v 1.18 2020/06/07 06:05:35 rillig Exp $
+# $NetBSD: check-portability.mk,v 1.19 2020/06/07 10:42:04 rillig Exp $
#
# This file checks that the extracted shell programs don't contain
# bashisms or other constructs that only work on some platforms.
@@ -48,7 +48,6 @@
${RUN} \
[ -d ${WRKSRC}/. ] || exit 0; \
cd ${WRKSRC}; \
- echo "$$PATH" | tr : '\n'; \
${SETENV} \
SKIP_FILTER=${CHECK_PORTABILITY_SKIP:@p@${p}) skip=yes;;@:Q} \
PREFIX=${PREFIX} \
Home |
Main Index |
Thread Index |
Old Index