commit | ab2b7e1f08e15cbce9504299178f34a0fb68f7de | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Oct 13 06:54:57 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 15 22:20:36 2011 +0200 |
tree | 8e0710704d87a36e331b6afa1913d5e8356262c2 | |
parent | e5166227382791452764df88f4acaeadda7bb0e3 [diff] |
punt unused clean/distclean targets The top level Makefile does not do any recursion into subdirs when cleaning, so these clean/distclean targets in random arch/board dirs never get used. Punt them all. MAKEALL didn't report any errors related to this that I could see. Signed-off-by: Mike Frysinger <vapier@gentoo.org>