diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-12-24 13:28:17 +0900 |
---|---|---|
committer | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-12-24 13:28:17 +0900 |
commit | 810c4c924d077bfbba3f8a867ceb4c118f1ce029 (patch) | |
tree | 977a157aa5cdb7c47ef32058c168e77dd51786e3 /Makefile | |
parent | a72a3068762b295a464ab1ac6e612b83d768c08b (diff) |
Makefile: pre-commit hook should all dependent
It should be all dependent, not all method
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -11,8 +11,7 @@ MEMBER = BSP Geert Jacopo Kaneko Kieran Laurent Magnus Marek Morimoto Niklas Shi STATUS = New Active Blocked Paused Done Abandoned NOPARAM = menu subindex body index -all: wiki/Chat_log.wiki - @make -s .git/hooks/pre-commit +all: wiki/Chat_log.wiki .git/hooks/pre-commit @make -s ${HTMLDIR} ${WIKIDIR} @make -s LISTS="${MEMBER}" TARGET=finds EXP1=member EXP2=-a loop @make -s LISTS="${STATUS}" TARGET=finds EXP1=status EXP2=-s loop |