commit | 464c79207c89f247f97b344495924eabb0c9738e | [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 | fa28bd2eef588ec2048ccafedb2b384d5a355858 [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>