Revision: 40539
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40539&view=rev
Author:   starseeker
Date:     2010-09-10 23:50:51 +0000 (Fri, 10 Sep 2010)

Log Message:
-----------
Interestingly, it looks like the make clean command can be overridden in the 
benchmark directory.  This need to be carefully tested to ensure it's not 
messing with the overall make clean setup, but this may be a viable approach.

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

Modified: brlcad/branches/cmake/bench/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/bench/CMakeLists.txt  2010-09-10 23:41:59 UTC (rev 
40538)
+++ brlcad/branches/cmake/bench/CMakeLists.txt  2010-09-10 23:50:51 UTC (rev 
40539)
@@ -25,11 +25,11 @@
                DEPENDS rt
                )
        ADD_DEPENDENCIES(benchmark bldg391.g m35.g moss.g sphflake.g star.g 
world.g)
-       ADD_CUSTOM_TARGET(benchmark-clean
+       ADD_CUSTOM_TARGET(clean
                ${SH_EXEC} ${CMAKE_BINARY_DIR}/bin/benchmark clean
                DEPENDS rt
                )
-       ADD_CUSTOM_TARGET(benchmark-clobber
+       ADD_CUSTOM_TARGET(clobber
                ${SH_EXEC} ${CMAKE_BINARY_DIR}/bin/benchmark clobber
                DEPENDS rt
                )


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

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to