aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2012-05-18 17:39:52 +0200
committermaximilian attems <max@stro.at>2012-05-18 17:39:52 +0200
commit88532fb166f9415ed72d7d161f14d15946da1ead (patch)
tree3f3f5907d6749c35eb80ff3cfcb50aeaf4a1094c
parent960f95fffbb43c5137e1fce915af0a551d11b522 (diff)
downloadklibc-88532fb166f9415ed72d7d161f14d15946da1ead.tar.gz
[klibc] Makefile: help document V=2 switch
New feature thanks to kbuild sync. Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 007de214a9c81..0a3ee69ebd37b 100644
--- a/Makefile
+++ b/Makefile
@@ -133,6 +133,7 @@ help:
@echo 'KLIBCKERNELSRC - Path to a configured linux tree'
@echo 'KLIBCKERNELOBJ - Path to kernel output dir (defaults to KLIBCKERNELSRC)'
@echo 'make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build'
+ @echo 'make V=2 [targets] 2 => give reason for rebuild of target'
@echo
@echo 'Sample invocation:'
@echo 'make KLIBCKERNELSRC=`pwd`/../linux/usr/'