From f34c97e96c2b3e2ff9969585116a2ed34e8df891 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sun, 16 Dec 2018 10:21:42 +0000 Subject: [PATCH] projects-dir.mk: Include Makefile in list-text-files output Signed-off-by: Jan Lindemann --- make/projects-dir.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/make/projects-dir.mk b/make/projects-dir.mk index ac6a43d2..158c8057 100644 --- a/make/projects-dir.mk +++ b/make/projects-dir.mk @@ -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: