Author: paultcochrane
Date: Tue Nov  6 00:02:43 2007
New Revision: 22732

Modified:
   trunk/config/gen/makefiles/root.in

Log:
[config] More minor touchups and corrections to the 'make help' output.


Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in  (original)
+++ trunk/config/gen/makefiles/root.in  Tue Nov  6 00:02:43 2007
@@ -692,26 +692,28 @@
        @echo "  compilers:         Proxy for default target of pge and tge 
compilers"
        @echo "  languages:         Proxy for default target of 
languages/Makefile"
        @echo "  languages-test:    Proxy for target 'test' of 
languages/Makefile"
-       @echo "  languages-smoke:   Proxy for target 'test' of 
languages/Makefile"
+       @echo "  languages-smoke:   Proxy for target 'smoke' of 
languages/Makefile"
        @echo "  languages-clean:   Proxy for target 'clean' of 
languages/Makefile"
        @echo ""
        @echo "Fetch from source repository:"
        @echo "  update:            svn update."
        @echo "  status:            svn status."
-       @echo "  patch:             create a patch for sending to bugs-parrot."
-       @echo "  rsync:             update with rsync."
+       @echo "  patch:             Create a patch for sending to bugs-parrot."
+       @echo "  rsync:             Update with rsync."
        @echo ""
        @echo "Development:"
-       @echo "  lint:              code checking with lint."
-       @echo "  splint:            code checking with splint."
-       @echo "  headerizer:        recreate header files for appropriate"
+       @echo "  lint:              An alias for sunlint."
+       @echo "  bsdlint:           Code checking with bsdlint."
+       @echo "  sunlint:           Code checking with Sun Studio's sunlint."
+       @echo "  splint:            Code checking with splint."
+       @echo "  headerizer:        Recreate header files for appropriate"
        @echo "                     C-source files"
-       @echo "  cover:             run test suite coverage analysis."
+       @echo "  cover:             Run test suite coverage analysis."
        @echo ""
        @echo "Release:"
-       @echo "  release:           create a tarball."
-       @echo "  rpm:               create RPMs."
-       @echo "  win32-inno-installer:      create MSWin32 setup."
+       @echo "  release:           Create a tarball."
+       @echo "  rpm:               Create RPMs."
+       @echo "  win32-inno-installer:      Create MSWin32 setup."
        @echo ""
        @echo "Examples:"
        @echo "  hello:             'Hello World' as an executable."

Reply via email to