From 406053d5dc2e44b908ce77404c2750ef8b45dc11 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 20 Nov 2009 14:05:48 +0100 Subject: Makefile: cleanup *clean targets As discussed on the list, fixup the *clean targets, so we now have: clean: remove all generated files (E.G. everything in output/) distclean: same as clean, but also remove the kconfig build and .config Also tweak 'make help' output to match. This also merges the two different clean / distclean targets we had depending on if there was a .config present or not (most variables are not defined for !.config case, so E.G. the clean target ends up being a noop). Signed-off-by: Peter Korsgaard --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 1da84d8a3..c46b1296e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ 2009.11, Not yet released: + Fixed *clean targets. Now clean removes everything generated, + so you can do a fresh rebuild. Distclean furthermore removes + kbuild tools and .config, bringing the source tree back in a + pristine state. + Toolchain: ARM cortex A8 support, GCC 4.4.2. New packages: divine, gvfs, libarchive, libmicrohttpd, -- cgit v1.2.3-55-g7522