[openib-general] [PATCH] Opensm - build fails due to osm_svn_revision.h missing
Yael Kalka
yael at mellanox.co.il
Sun Feb 5 02:40:45 PST 2006
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>
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