aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-26 14:00:11 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-26 14:00:11 +0200
commiteecef0ad90f9198536206f920cc49f1177e68f6f (patch)
treeec2f35f9a2cf3ee0ecd7f4e04060e85ce432aad2 /Makefile
parent3f623e81a1cd2132003323c370fcaa4de78dd7dc (diff)
downloadlinux-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--Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4c7eed8..c372579 100644
--- a/Makefile
+++ b/Makefile
@@ -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