[openib-general] Re: [PATCH] Opensm - build fails due to osm_svn_revision.h missing
Hal Rosenstock
halr at voltaire.com
Sun Feb 5 03:41:55 PST 2006
On Sun, 2006-02-05 at 05:40, Yael Kalka wrote:
> Hi Hal,
>
> Currently the build of opensm fails, since osm_svn_revision.h is
> missing (and created only later).
> The following patch issued by Michael Tsirkin fixes it.
>
> Thanks,
> Yael
>
> Signed-off-by: Yael Kalka <yael at mellanox.co.il>
I think this was originally Sasha's patch.
Thanks. Applied.
-- Hal
>
> Index: opensm/Makefile.am
> ===================================================================
> --- opensm/Makefile.am (revision 5303)
> +++ opensm/Makefile.am (working copy)
> @@ -10,6 +10,7 @@ DBGFLAGS = -g
> endif
>
> if OSMV_OPENIB
> +BUILT_SOURCES = $(srcdir)/../include/opensm/osm_svn_revision.h
> .PHONY: always
> $(srcdir)/../include/opensm/osm_svn_revision.h: always
> echo -n "#define OSM_SVN_REVISION \"" >$(srcdir)/../include/opensm/osm_svn_revision_new.h ; \
>
More information about the general
mailing list