mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
projects-dir.mk: Include Makefile in list-text-files output
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
ea295dde6d
commit
f34c97e96c
1 changed files with 4 additions and 4 deletions
|
|
@ -168,15 +168,15 @@ echo-excludes:
|
|||
edit-%: | $(TEXT_FILES_CACHE)
|
||||
$(EDITOR) $(shell grep "/$*$$" $(TEXT_FILES_CACHE))
|
||||
|
||||
clean: clean.text-files-cache
|
||||
clean.text-files-cache:
|
||||
rm -f $(TEXT_FILES_CACHE)
|
||||
list-files:
|
||||
@echo Makefile
|
||||
@for p in $(PROJECTS); do \
|
||||
$(LIST_VCS_FILES_SH) -znf $$p | sed -z "s/^/$$p\//" | \
|
||||
xargs -0 realpath ;\
|
||||
done
|
||||
|
||||
clean: clean.text-files-cache
|
||||
clean.text-files-cache:
|
||||
rm -f $(TEXT_FILES_CACHE)
|
||||
$(TEXT_FILES_CACHE):
|
||||
@make text-files-update
|
||||
text-files-update:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue