]> git.ipfire.org Git - people/ms/u-boot.git/commit
Makefile: remove a cleaning target "tidy"
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 4 Feb 2014 08:24:34 +0000 (17:24 +0900)
committerTom Rini <trini@ti.com>
Wed, 19 Feb 2014 16:07:51 +0000 (11:07 -0500)
commit7390643f7b5b1e37e28f11e782e30958485fbaf5
tree06e62fc7874f36a35b872cc86da038f9697e8ace
parent5fe6301a6ddac6b3b74e5d9aae9e28f6f264e799
Makefile: remove a cleaning target "tidy"

Before this commit, "make tidy" did
"make clean" + delete "*.depend*" files.

But, we do not have "*.depend*" files any more,
which means "make tidy" is the same as "make clean".

This commit removes the redandant target "tidy".

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
.gitignore
MAKEALL
Makefile