Revision: 40941
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40941&view=rev
Author:   starseeker
Date:     2010-10-07 22:38:42 +0000 (Thu, 07 Oct 2010)

Log Message:
-----------
FreeBSD wants newlines at the end of these files, so go ahead and add them - 
doesn't break at least on the Mac, need to check Linux

Modified Paths:
--------------
    brlcad/branches/cmake/CMakeLists.txt

Modified: brlcad/branches/cmake/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/CMakeLists.txt        2010-10-07 22:32:57 UTC (rev 
40940)
+++ brlcad/branches/cmake/CMakeLists.txt        2010-10-07 22:38:42 UTC (rev 
40941)
@@ -1158,6 +1158,7 @@
        ${CMAKE_BINARY_DIR}/CMakeTmp
        ${CMAKE_BINARY_DIR}/CMakeTmp/report_hostname.c
        OUTPUT_VARIABLE COMPILEMESSAGES)
+FILE(APPEND ${BRLCAD_BINARY_DIR}/include/conf/HOST "\n") 
 
 # USER
 configure_file(${BRLCAD_CMAKE_DIR}/test_srcs/report_username.c.in 
${CMAKE_BINARY_DIR}/CMakeTmp/report_username.c)
@@ -1165,9 +1166,11 @@
        ${CMAKE_BINARY_DIR}/CMakeTmp
        ${CMAKE_BINARY_DIR}/CMakeTmp/report_username.c
        OUTPUT_VARIABLE COMPILEMESSAGES)
+FILE(APPEND ${BRLCAD_BINARY_DIR}/include/conf/USER "\n") 
 
 # PATH
 FILE(WRITE ${BRLCAD_BINARY_DIR}/include/conf/PATH "\"${BRLCAD_PREFIX}\"") 
+FILE(APPEND ${BRLCAD_BINARY_DIR}/include/conf/PATH "\n") 
 
 # COUNT - force CMake to look every time in case of manual removal of COUNT 
file
 set(countFile "countFile-NOTFOUND" CACHE STRING "Is there a count file?" FORCE)
@@ -1179,11 +1182,13 @@
        math(EXPR buildCounter "${buildCounter} + 1")
 endif()
 file(WRITE ${BRLCAD_BINARY_DIR}/include/conf/COUNT "${buildCounter}")
+FILE(APPEND ${BRLCAD_BINARY_DIR}/include/conf/COUNT "\n") 
 
 # DATE
 file(READ ${CONFIG_TIMESTAMP_FILE} DATESTAMP)
 STRING(STRIP ${DATESTAMP} DATESTAMP)
 file(WRITE ${BRLCAD_BINARY_DIR}/include/conf/DATE "\"${DATESTAMP}\"")
+FILE(APPEND ${BRLCAD_BINARY_DIR}/include/conf/DATE "\n") 
 
 # Rules for the toplevel documentation files
 SET(toplevel_DOCFILES


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

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to