Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/u-boot sysutils/u-boot: remove no-op SUBST block
details: https://anonhg.NetBSD.org/pkgsrc/rev/3610962a6f6c
branches: trunk
changeset: 431375:3610962a6f6c
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue May 12 16:20:47 2020 +0000
description:
sysutils/u-boot: remove no-op SUBST block
That file only contains "env python2" in the first line, which is already
handled by REPLACE_INTERPRETER.
diffstat:
sysutils/u-boot/u-boot.mk | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (21 lines):
diff -r 72f5d31aa921 -r 3610962a6f6c sysutils/u-boot/u-boot.mk
--- a/sysutils/u-boot/u-boot.mk Tue May 12 16:02:54 2020 +0000
+++ b/sysutils/u-boot/u-boot.mk Tue May 12 16:20:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: u-boot.mk,v 1.23 2020/04/06 14:54:54 tnn Exp $
+# $NetBSD: u-boot.mk,v 1.24 2020/05/12 16:20:47 rillig Exp $
.include "../../sysutils/u-boot/u-boot-version.mk"
@@ -25,11 +25,6 @@
ALL_ENV+= PYTHONLIBPATH=-L$(LOCALBASE)/lib
PYTHON_VERSIONS_ACCEPTED= 27
-SUBST_CLASSES+= pythonpath
-SUBST_STAGE.pythonpath= pre-configure
-SUBST_FILES.pythonpath= tools/dtoc/dtoc
-SUBST_SED.pythonpath= -e "s|/usr/bin/python|${PYTHONBIN}|g"
-
REPLACE_INTERPRETER+= python2
REPLACE.python2.old= python2
REPLACE.python2.new= ${PYTHONBIN}
Home |
Main Index |
Thread Index |
Old Index