Almost done. Revision: 3239 Author: stansmith Date: 9:16:41 AM, Wednesday, July 13, 2011 Message: [ULP] Remove unused DDK build conditional '-!if $(_NT_TOOLS_VERSION) == 0x700' Skipped hw/* mods as I'm waiting on a response from Mellanox. ---- Modified : /gen1/trunk/ulp/dapl2/dapl/ibal/SOURCES Modified : /gen1/trunk/ulp/dapl2/dapl/ibal/udapl_exports.src Modified : /gen1/trunk/ulp/dapl2/dapl/openib_cma/SOURCES Modified : /gen1/trunk/ulp/dapl2/dapl/openib_scm/SOURCES Modified : /gen1/trunk/ulp/dapl2/dapl/openib_ucm/SOURCES Modified : /gen1/trunk/ulp/dapl2/dat/udat/SOURCES Modified : /gen1/trunk/ulp/dapl2/test/dapltest/scripts/dt-cli.bat Modified : /gen1/trunk/ulp/libibumad/src/Sources Modified : /gen1/trunk/ulp/libibverbs/examples/srq_pingpong/SOURCES Modified : /gen1/trunk/ulp/libibverbs/src/Sources Modified : /gen1/trunk/ulp/librdmacm/src/Sources Modified : /gen1/trunk/ulp/netdirect/user/SOURCES Modified : /gen1/trunk/ulp/netdirect2/user/SOURCES
Skipped files: trunk/hw/mlx4/user/hca/SOURCES trunk/hw/mthca/user/hca/SOURCES Due to lack of response from Mellanox maintainers? >-----Original Message----- >From: [email protected] >[mailto:[email protected]] On Behalf Of Smith, Stan >Sent: Monday, July 11, 2011 4:55 PM >To: Tzachi Dar; Hefty, Sean >Cc: [email protected] >Subject: [ofw] [PATCH] remove unused DDK --> WDK conditional > >Hello, > A long time ago when the OpenIB build process was transitioning from DDK --> > WDK build environments, the build supported building in >both environments. >Today we 'only' build in the WDK environment. >The patch has the same structure for all the SOURCES files; remove the >outdated/unneeded conditional. >All files have been patched with a full rebuild completed. > >Remove unneeded conditional from SOURCES files: > > trunk/hw/mlx4/user/hca/SOURCES > trunk/hw/mthca/user/hca/SOURCES > trunk\ulp\dapl2\dapl\ibal\SOURCES > trunk\ulp\dapl2\dapl\openib_scm\SOURCES > trunk\ulp\dapl2\dapl\openib_cma\SOURCES > trunk\ulp\dapl2\dapl\openib_ucm\SOURCES > trunk\ulp\dapl2\dat\udat\SOURCES > trunk\ulp\libibumad\src\SOURCES > trunk\ulp\libibverbs\src\SOURCES > trunk\ulp\librdmacm\src\SOURCES > trunk\ulp\netdirect\user\SOURCES > trunk\ulp\netdirect2\user\SOURCES > >Signed-off-by: <[email protected]> > >--- trunk/hw/mlx4/user/hca/SOURCES Mon Jul 11 16:34:25 2011 >+++ trunk/hw/mlx4/user/hca/SOURCES Fri Jul 01 10:10:27 2011 >@@ -4,13 +4,10 @@ > > TARGETPATH=$(TRUNK)\bin\user\obj$(BUILD_ALT_DIR) > TARGETTYPE=DYNLINK >-!if $(_NT_TOOLS_VERSION) == 0x700 >-# DDK >-DLLDEF=$O\mlx4.def >-!else >+ > # WDK > DLLDEF=$(OBJ_PATH)\$O\mlx4.def >-!endif >+ > USE_MSVCRT=1 > DLLENTRY=DllMain > > >--- trunk/ulp/libibverbs/src/Sources Mon Jul 11 16:40:57 2011 >+++ trunk/ulp/libibverbs/src/Sources Mon Jul 11 11:43:37 2011 >@@ -3,11 +3,7 @@ > TARGETPATH = ..\..\..\bin\user\obj$(BUILD_ALT_DIR) > TARGETTYPE = DYNLINK > >-!if $(_NT_TOOLS_VERSION) == 0x700 >-DLLDEF = $O\ibv_exports.def >-!else > DLLDEF = $(OBJ_PATH)\$O\ibv_exports.def >-!endif > > DLLENTRY = DllMain > USE_MSVCRT = 1 > > > >_______________________________________________ >ofw mailing list >[email protected] >http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
