]> Git Repo - u-boot.git/commit - MAKEALL
Makefile: remove a cleaning target "tidy"
authorMasahiro Yamada <[email protected]>
Tue, 4 Feb 2014 08:24:34 +0000 (17:24 +0900)
committerTom Rini <[email protected]>
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 <[email protected]>
.gitignore
MAKEALL
Makefile
This page took 0.032 seconds and 4 git commands to generate.