mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
dev-utils.mk, list-files.mk, topdir.mk: Extract from dev-utils.mk and topdir.mk
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
430a2173b2
commit
9b41d4eefc
3 changed files with 22 additions and 7 deletions
|
|
@ -35,12 +35,6 @@ install-to-system:
|
|||
sudo systemctl restart $$s ;\
|
||||
done
|
||||
|
||||
list-files echo-files:
|
||||
@$(LIST_VCS_FILES) -f
|
||||
|
||||
list-text-files echo-text-files:
|
||||
@$(LIST_VCS_FILES) -ft
|
||||
|
||||
indent-makefiles:
|
||||
$(PROCESS_TEXT_FILES_PY) mk-indent \
|
||||
--equal-pos $(MAKEFILE_INDENT_EQUAL_POS) \
|
||||
|
|
@ -54,4 +48,6 @@ cleanup-spaces:
|
|||
--name-regex="$(CLEANUP_SPACES_NAME_REGEX)" \
|
||||
--root=$(MAKEFILE_INDENT_ROOT)
|
||||
|
||||
include $(MODDIR)/make/list-files.mk
|
||||
|
||||
endif # ifndef DEV_UTILS_MK_INCLUDED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue