mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 22:50:39 +01:00
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:
parent
72e44f330c
commit
92d3d9c36d
1 changed files with 0 additions and 6 deletions
|
|
@ -184,12 +184,6 @@ prefix.done:
|
||||||
echo-prereq-build:
|
echo-prereq-build:
|
||||||
@echo $(call proj_query, requires-pkg --flavours "build" $(PROJECT))
|
@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-%:
|
git-ssh-%:
|
||||||
bash -c "`git remote get-url --push $* | sed 's|ssh://||; s|\([^/]\+\)/\(.*\)|LC_CDPATH=/\2 ssh -o SendEnv=LC_CDPATH \1|'`"
|
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
|
git-ssh: git-ssh-origin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue