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 <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-03-12 11:52:39 +00:00
commit 92d3d9c36d

View file

@ -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