mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Make clean target more aggressive
Override build.py --exclude argument to nothing for clean target. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6bfa55481c
commit
7acb5a11b1
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ build-order: $(filter-out $(UNAVAILABLE_TARGETS),pull.done)
|
|||
$(BUILD_PY) order $(BUILD_PROJECTS) | sed 's/ */\n/g'
|
||||
|
||||
clean-dirs:
|
||||
if [ -n "$(wildcard */*.done)" ]; then ls */*.done 2>/dev/null | sed 's%/.*%%' | xargs -r $(BUILD_PY) clean; fi
|
||||
if [ -n "$(wildcard */*.done)" ]; then ls */*.done 2>/dev/null | sed 's%/.*%%' | xargs -r $(BUILD_PY) --exclude "" clean; fi
|
||||
|
||||
clean-all-dirs:
|
||||
$(BUILD_PY) clean $(PROJECTS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue