mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02:00
projects-dir.mk: clean-dirs: Remove trailing slashes
clean-dirs passes project names with trailing slashes to projects.py, remove them. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1183aed3f5
commit
bb44ee11c8
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ pkg-%: $(filter-out $(UNAVAILABLE_TARGETS),pull.done)
|
|||
# --- generic cleanup targets
|
||||
|
||||
clean-dirs:
|
||||
echo $(sort $(dir $(wildcard */*.done))) | xargs -r $(PROJECTS_PY_BUILD) clean
|
||||
echo $(sort $(subst /,,$(dir $(wildcard */*.done)))) | xargs -r $(PROJECTS_PY_BUILD) clean
|
||||
|
||||
clean-all-dirs:
|
||||
$(PROJECTS_PY_BUILD) clean $(PROJECTS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue