mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
projects-dir.mk: Code cosmetics
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
bb232ba51e
commit
cf96766710
1 changed files with 2 additions and 2 deletions
|
|
@ -11,9 +11,9 @@ WHOAMI = $(shell id -un)
|
|||
RGIT = /bin/bash $(firstword $(wildcard ./ytools/devutil/scripts/pgit.sh /opt/ytools/bin/pgit.sh))
|
||||
|
||||
all:
|
||||
por p in $(PROJECTS); do make -C $$p || break; done
|
||||
for p in $(PROJECTS); do make -C $$p || break; done
|
||||
clean:
|
||||
por p in $(PROJECTS); do make -C $$p clean || break; done
|
||||
for p in $(PROJECTS); do make -C $$p clean || break; done
|
||||
|
||||
clean-dirs:
|
||||
ls */dirs-all.done 2>/dev/null | sed 's%/.*%%' | xargs -r build.py -b $(shell pwd) clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue