From 92d3d9c36d436f42c95e8981198f55d597aaeb7c Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 12 Mar 2019 11:52:39 +0000 Subject: [PATCH] topdir.mk: Remove target list-files et al These are now in dev-utils.mk (which isn't included from topdir.mk) Signed-off-by: Jan Lindemann --- make/topdir.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/make/topdir.mk b/make/topdir.mk index 8e8e55b4..505521c9 100644 --- a/make/topdir.mk +++ b/make/topdir.mk @@ -184,12 +184,6 @@ prefix.done: echo-prereq-build: @echo $(call proj_query, requires-pkg --flavours "build" $(PROJECT)) -list-files echo-files: - @$(LIST_VCS_FILES) -f - -list-text-files echo-text-files: - @$(LIST_VCS_FILES) -ft - git-ssh-%: bash -c "`git remote get-url --push $* | sed 's|ssh://||; s|\([^/]\+\)/\(.*\)|LC_CDPATH=/\2 ssh -o SendEnv=LC_CDPATH \1|'`" git-ssh: git-ssh-origin