mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
projects-dir.mk: Fix list-files' recipe
Remove echo realpath PROJECTS_MAKEFILE_NAME from the list-files recipe. Misguided on more than one level. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
425641f213
commit
d652731624
1 changed files with 0 additions and 1 deletions
|
|
@ -210,7 +210,6 @@ distclean: clean.text-files-cache
|
|||
clean.text-files-cache:
|
||||
rm -f $(TEXT_FILES_CACHE)
|
||||
list-files:
|
||||
$(Q)realpath PROJECTS_MAKEFILE_NAME
|
||||
$(Q)for p in $(BUILD_PROJECTS); do \
|
||||
$(LIST_VCS_FILES_SH) -znf $$p | sed -z "s/^/$$p\//" | \
|
||||
xargs -0 realpath -q ;\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue