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