Revision: 70043
          http://sourceforge.net/p/brlcad/code/70043
Author:   starseeker
Date:     2017-08-03 22:21:55 +0000 (Thu, 03 Aug 2017)
Log Message:
-----------
more comment tweaks

Modified Paths:
--------------
    brlcad/trunk/misc/CMake/BRLCAD_Util.cmake

Modified: brlcad/trunk/misc/CMake/BRLCAD_Util.cmake
===================================================================
--- brlcad/trunk/misc/CMake/BRLCAD_Util.cmake   2017-08-03 22:07:05 UTC (rev 
70042)
+++ brlcad/trunk/misc/CMake/BRLCAD_Util.cmake   2017-08-03 22:21:55 UTC (rev 
70043)
@@ -258,8 +258,8 @@
   endif(NOT BRLCAD_IS_SUBBUILD)
 endfunction(CMAKEFILES FILESLIST)
 
-# Routine to tell distcheck to ignore a series of items in a directory.  Items 
may themselves
-# be directories.  Primarily useful when working with src/other dist lists.
+# Routine to tell distcheck to ignore a series of items in a directory.
+# Primarily useful when working with src/other dist lists.
 function(CMAKEFILES_IN_DIR filestoignore targetdir)
   if(NOT BRLCAD_IS_SUBBUILD)
     set(CMAKE_IGNORE_LIST "")
@@ -485,7 +485,7 @@
 function(set_config_time)
 
   # We don't want any parent C flags here - hopefully, the below code will
-  # "just work" in any environment we are about.  The gnu89 standard doesn't
+  # "just work" in any environment we care about.  The gnu89 standard doesn't
   # like the %z print specifier, but unless/until we hit a compiler that really
   # can't deal with it don't worry about it.
   set(CMAKE_C_FLAGS "")

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to