summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorPeter Korsgaard2009-11-20 14:05:48 +0100
committerPeter Korsgaard2009-11-20 14:34:04 +0100
commit406053d5dc2e44b908ce77404c2750ef8b45dc11 (patch)
tree9f773511b103ac363536aac282aa9f7c3a4a673f /CHANGES
parentAdd support for the Cortex-A8 ARM target (diff)
downloadbuildroot-406053d5dc2e44b908ce77404c2750ef8b45dc11.tar.gz
buildroot-406053d5dc2e44b908ce77404c2750ef8b45dc11.tar.xz
buildroot-406053d5dc2e44b908ce77404c2750ef8b45dc11.zip
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 <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
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,