From eecef0ad90f9198536206f920cc49f1177e68f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 26 Apr 2015 14:00:11 +0200 Subject: distclean targets in root Makefile documented --- Makefile | 11 ++++++++--- 1 file 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 -- cgit v1.2.3