summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-09-30 17:09:33 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-09-30 17:09:33 +0900
commitbb27e72045c4edf2601d6abf75b01e788e0c1b5e (patch)
tree842464ca0d343d50b9d12ec05164e7dc20326a67 /Makefile
parenta49d39bc2fec1c38df9160d436fcba2de8ab0b7c (diff)
Makefile: fixup make order
Current periject need to make many times. It is because of make order. This patch fixup it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index dd38665..8682745 100644
--- a/Makefile
+++ b/Makefile
@@ -9,12 +9,12 @@ STATUS = New Active Blocked Paused Done Abandoned
NOPARAM = menu subindex body index
all:
- @make -s LISTS="${FOLDERS}" TARGET=summary loop
- @make -s LISTS="${NOPARAM}" TARGET=noparam loop
- @make -s LISTS="${ALLYAML}" TARGET=file loop
@make -s LISTS="${MEMBER}" TARGET=finds EXP1=member EXP2=-a loop
@make -s LISTS="${STATUS}" TARGET=finds EXP1=status EXP2=-s loop
@make -s LISTS="${TEAM}" TARGET=finds EXP1=team EXP2=-t loop
+ @make -s LISTS="${ALLYAML}" TARGET=file loop
+ @make -s LISTS="${NOPARAM}" TARGET=noparam loop
+ @make -s LISTS="${FOLDERS}" TARGET=summary loop
@make -s bsp
@make -s index.html