diff options
author | Karel Kočí <cynerd@email.cz> | 2015-04-26 14:00:11 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-04-26 14:00:11 +0200 |
commit | eecef0ad90f9198536206f920cc49f1177e68f6f (patch) | |
tree | ec2f35f9a2cf3ee0ecd7f4e04060e85ce432aad2 /Makefile | |
parent | 3f623e81a1cd2132003323c370fcaa4de78dd7dc (diff) | |
download | linux-conf-perf-eecef0ad90f9198536206f920cc49f1177e68f6f.tar.gz linux-conf-perf-eecef0ad90f9198536206f920cc49f1177e68f6f.tar.bz2 linux-conf-perf-eecef0ad90f9198536206f920cc49f1177e68f6f.zip |
distclean targets in root Makefile documented
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -20,9 +20,14 @@ help: @echo "run - Executes loop of kernel building, booting and benchmark execution." @echo "evaluate - Creating result statistics from generated data." @echo - @echo "clean - Cleans all generated files. Except those in linux and buildroot." - @echo "clean_linux - Executes 'make clean' in linux folder." - @echo "clean_buildroot - Executes 'make clean' in buildroot folder." + @echo "clean - Cleans all generated files. Except those in" + @echo " linux and buildroot." + @echo "distclean - Cleans all configurations and generated files." + @echo " Including linux and buildroot." + @echo "clean_linux - Executes 'make clean' in linux folder." + @echo "distclean_linux - Executes 'make distclean' in linux folder." + @echo "clean_buildroot - Executes 'make clean' in buildroot folder." + @echo "distclean_buildroot - Executes 'make distclean' in buildroot folder." mbuildroot: scripts/buildroot/.config $(MAKE) -C scripts/buildroot menuconfig |