pkgsrc-WIP-changes archive

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

lldb: clean up references to non-existent files



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Fri May 5 01:07:32 2023 +0200
Changeset:	44cd248bd19a86ada13497ff610a1202d477d4ea

Modified Files:
	lldb/Makefile

Log Message:
lldb: clean up references to non-existent files

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=44cd248bd19a86ada13497ff610a1202d477d4ea

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lldb/Makefile | 7 -------
 1 file changed, 7 deletions(-)

diffs:
diff --git a/lldb/Makefile b/lldb/Makefile
index ce739ad76e..7e3042afe8 100644
--- a/lldb/Makefile
+++ b/lldb/Makefile
@@ -37,13 +37,7 @@ CHECK_PORTABILITY_SKIP=	utils/buildit/build_llvm
 
 LUA_VERSIONS_ACCEPTED=	53
 
-REPLACE_PERL+=		*.pl
 REPLACE_PERL+=		*/*.pl
-REPLACE_PERL+=		*/*/*.pl
-REPLACE_PERL+=		*/*/*/*.pl
-REPLACE_PERL+=		*/*/*/*/*.pl
-REPLACE_PERL+=		*/*/*/*/*/*.pl
-REPLACE_PERL+=		scripts/sed-sources
 
 REPLACE_PYTHON+=	*.py
 REPLACE_PYTHON+=	*/*.py
@@ -53,7 +47,6 @@ REPLACE_PYTHON+=	*/*/*/*/*.py
 REPLACE_PYTHON+=	*/*/*/*/*/*.py
 REPLACE_PYTHON+=	*/*/*/*/*/*/*.py
 REPLACE_PYTHON+=	*/*/*/*/*/*/*/*.py
-REPLACE_PYTHON+=	scripts/shush
 
 TEST_TARGET=		check-lldb
 #TEST_TARGET=		check-lldb-unit # doesn't work in standalone build


Home | Main Index | Thread Index | Old Index