Revision: 53404
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53404&view=rev
Author:   starseeker
Date:     2012-10-31 19:36:05 +0000 (Wed, 31 Oct 2012)
Log Message:
-----------
Looks like some of the output we want to log isn't being caught... this is 
distcheck, everything should be in the log.

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

Modified: brlcad/trunk/misc/CMake/Distcheck.cmake
===================================================================
--- brlcad/trunk/misc/CMake/Distcheck.cmake     2012-10-31 17:46:32 UTC (rev 
53403)
+++ brlcad/trunk/misc/CMake/Distcheck.cmake     2012-10-31 19:36:05 UTC (rev 
53404)
@@ -134,7 +134,7 @@
       # Determine how to trigger the build in the distcheck target
       if("${CMAKE_GENERATOR}" MATCHES "Make")
        if(NOT CMAKE_VERBOSE_DISTCHECK)
-         set(TARGET_REDIRECT " >> distcheck-${TARGET_SUFFIX}.log ")
+         set(TARGET_REDIRECT " >> distcheck-${TARGET_SUFFIX}.log 2>&1")
          DISTCLEAN(${CMAKE_CURRENT_BINARY_DIR}/distcheck-${TARGET_SUFFIX}.log)
        endif(NOT CMAKE_VERBOSE_DISTCHECK)
        set(DISTCHECK_BUILD_CMD "$(MAKE)")

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to