[Openib-windows] RE: OpenSM binary names

Yael Kalka yael at mellanox.co.il
Sun Oct 30 00:57:11 PDT 2005


Hi Fab,

You are correct, and I've applied the patch.
Thanks,

Yael

-----Original Message-----
From: Fab Tillier [mailto:ftillier at silverstorm.com]
Sent: Thursday, October 27, 2005 8:03 PM
To: openib-windows at openib.org; 'Eitan Zahavi'; 'Yael Kalka'
Subject: OpenSM binary names


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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.openfabrics.org/pipermail/ofw/attachments/20051030/93272777/attachment.html>


More information about the ofw mailing list