search for: 563618c

Displaying 1 result from an estimated 1 matches for "563618c".

Did you mean: 563618
2010 Mar 19
0
[rfc patch] Makefile add help target
...cb867f8edafa14b155 Author: maximilian attems <max at stro.at> Date: Fri Mar 19 04:27:23 2010 +0100 [klibc] Makefile: Add help target Add explanations to ease klibc hacking. Signed-off-by: maximilian attems <max at stro.at> diff --git a/Makefile b/Makefile index 563618c..a39dc4f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ SRCROOT = . +# *DOCUMENTATION* +# To see a list of typical targets execute "make help" + # kbuild compatibility export srctree := $(shell pwd) export objtree := $(shell pwd) @@ -114,6 +117,25 @@ klibc: $(objtree)/.confi...