[Openib-windows] OpenSM binary names

Fab Tillier ftillier at silverstorm.com
Thu Oct 27 11:02:58 PDT 2005


Hi Eitan and Yael,

I don't think that the OpenSM binary should have a different name based on the
build type.  This is needed for libraries that users link to in order to allow
both debug and release binaries to co-exist.  I don't think there's value in
running an both the debug and release version of OpenSM simultaneously.  Having
different names confuses things - I just spent some time trying to figure out
why OpenSM wasn't running, and it turned out it was because I was using an old
release build instead of the debug build.

Here's a patch that makes the binary name for OpenSM always opensm.exe

Thanks,

- Fab

Index: ulp/opensm/user/opensm/SOURCES
===================================================================
--- ulp/opensm/user/opensm/SOURCES      (revision 127)
+++ ulp/opensm/user/opensm/SOURCES      (working copy)
@@ -1,10 +1,5 @@
-!if $(FREEBUILD)
 TARGETNAME=opensm
-!else
-TARGETNAME=opensmd
-!endif

-
 !if !defined(WINIBHOME)
 WINIBHOME=..\..\..\..
 !endif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: osm_sources.patch
Type: application/octet-stream
Size: 355 bytes
Desc: not available
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20051027/bd0852a7/attachment.obj>


More information about the ofw mailing list