]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add a "tidy" build option
authorAndy Fleming <afleming@freescale.com>
Mon, 21 Nov 2011 13:40:43 +0000 (13:40 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 6 Dec 2011 20:34:17 +0000 (21:34 +0100)
commit734329f9644273e35716c11292f82723884c628e
tree2a9e8ffdd6ed9b815b837795117f541658f3455d
parent8b0b0c59b52dfd828eebd99e4c8d209690fb767b
Add a "tidy" build option

It is sometimes desireable to clean up the byproducts of the build
process without removing the executable results. "make clean" is
close, but leaves the build directory with a large number of
*.depend* files. This new build option invokes make clean, and then
removes the depend files.

Signed-off-by: Andy Fleming <afleming@freescale.com>
Makefile