search for: mprproper

Displaying 1 result from an estimated 1 matches for "mprproper".

Did you mean: mproper
2010 Mar 19
0
[rfc patch] Makefile add help target
...pwd) @@ -114,6 +117,25 @@ klibc: $(objtree)/.config test: klibc $(Q)$(MAKE) $(klibc)=usr/klibc/tests +help: + @echo 'Cleaning targets:' + @echo ' clean - Remove most generated files' + @echo ' mrproper - Remove all generated files + config' + @echo ' distclean - mprproper + editor backup + patch files' + @echo '' + @echo 'Build targets:' + @echo 'all - Build all targets' + @echo 'install - Install klibc' + @echo 'klcc - Wrapper around gcc to compile against klibc' + @echo 'test - Run klibc tests' + @echo + @echo...