Revision: 51789
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51789&view=rev
Author:   carlmoore
Date:     2012-08-07 20:05:08 +0000 (Tue, 07 Aug 2012)
Log Message:
-----------
remove trailing blanks and fix spelling of 'visible'

Modified Paths:
--------------
    brlcad/trunk/HACKING

Modified: brlcad/trunk/HACKING
===================================================================
--- brlcad/trunk/HACKING        2012-08-07 20:02:47 UTC (rev 51788)
+++ brlcad/trunk/HACKING        2012-08-07 20:05:08 UTC (rev 51789)
@@ -503,13 +503,13 @@
 Build System:
 
 The CMake build system (more specifically, compilation test macros
-defined in misc/CMake/BRLCAD_CheckFunctions.cmake) should be used 
-extensively to test for availability of system services such as 
-standard header files, available libraries, and data types.  No 
-assumptions should be made regarding the availability of any 
+defined in misc/CMake/BRLCAD_CheckFunctions.cmake) should be used
+extensively to test for availability of system services such as
+standard header files, available libraries, and data types.  No
+assumptions should be made regarding the availability of any
 particular header, function, datatype, or other resource.  After
-running cmake, there will be an autogenerated include/brlcad_config.h 
-file that contains many preprocessor directives and type declarations 
+running cmake, there will be an autogenerated include/brlcad_config.h
+file that contains many preprocessor directives and type declarations
 that may be used where needed.
 
 Generic platform checks (e.g. #ifdef unix, #ifdef _WIN32) are highly
@@ -1140,7 +1140,7 @@
 0) All code is committed to SVN.  All commits have been reviewed.
 Notify developer mailing list of intention to release.
 
-    echo "Release preparations have begun.  Please refrain from disruptive 
commits until the release is tagged or 24-hours have passed, whichever first.  
Ensure API changes are in doc/deprecation.txt, user-visibile changes are in 
NEWS, and help with release testing." | mail -s "Release preparations 
commencing" [email protected] -r "[email protected]"
+    echo "Release preparations have begun.  Please refrain from disruptive 
commits until the release is tagged or 24-hours have passed, whichever first.  
Ensure API changes are in doc/deprecation.txt, user-visible changes are in 
NEWS, and help with release testing." | mail -s "Release preparations 
commencing" [email protected] -r "[email protected]"
 
 1) Update TODO and BUGS.  Verify all user-visible changes are in NEWS.
 Verify doc/deprecation.txt reflects all API and application changes.
@@ -1162,8 +1162,8 @@
 Passing regression tests, benchmark, and two build configurations are
 critically required.  Manually test mged and archer.
 
-    cmake ../brlcad && make distcheck 
-    cmake ../brlcad -BRLCAD_BUNDLED_LIBS=ON && make distcheck 
+    cmake ../brlcad && make distcheck
+    cmake ../brlcad -BRLCAD_BUNDLED_LIBS=ON && make distcheck
 
 5) Sync trunk with the STABLE branch.  Make sure all changes since the
 previous sync are included and that STABLE matches trunk.
@@ -1180,7 +1180,7 @@
     # command below also needs to use "sf" - subversion will not
     # automatically make the substitution.  The error corresponding
     # to this is:
-    #   svn: 'https://brlcad.svn.sf.net/...' isn't in the same repository 
+    #   svn: 'https://brlcad.svn.sf.net/...' isn't in the same repository
     #     as 'https://brlcad.svn.sourceforge.net/...'
 
     # merge that range of changes into STABLE and make sure it works

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to