diff -r b73a4d9a98ea -r 9c5809b7fd23 ct-ng.in --- a/ct-ng.in Sat Jul 07 21:10:30 2007 +0000 +++ b/ct-ng.in Mon Jul 09 20:55:32 2007 +0000 @@ -26,7 +26,7 @@ HOST_CC = gcc -funsigned-char # Help system -help:: help-head help-config help-samples help-build help-distrib help-env help-tail +help:: help-head help-config help-samples help-build help-clean help-distrib help-env help-tail help-head:: @echo 'Available actions:' @@ -37,12 +37,16 @@ help-samples:: @echo - @echo 'Preconfigured actions:' + @echo 'Preconfigured toolchains:' help-build:: @echo @echo 'Build actions:' +help-clean:: + @echo + @echo 'Clean actions:' + help-distrib:: @echo @echo 'Distribution actions:' @@ -61,6 +65,8 @@ help-build:: @echo ' build - Build the toolchain' + +help-clean:: @echo ' clean - Remove generated files' @echo ' distclean - Remove generated files, configuration and build directories'