From cf96766710df2213e0f72ee6aa0dad85792a61db Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Wed, 29 Oct 2014 17:58:25 +0000 Subject: [PATCH] projects-dir.mk: Code cosmetics Signed-off-by: Jan Lindemann --- make/projects-dir.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/projects-dir.mk b/make/projects-dir.mk index 10de5e13..f24d2c75 100644 --- a/make/projects-dir.mk +++ b/make/projects-dir.mk @@ -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