Hi, -----Original Message----- From: [EMAIL PROTECTED] on behalf of Hal Rosenstock
> osm/include/opensm/osm_svn_revision.h ? I made a change for this this AM > to not have it in the tree as it is autogenerated during the OpenSM > make. Yes, this works with incremental build because osm_svn_revision.h is already in dependency list (in one of .deps/ files), but fails with fresh build. Sean, please try attached patch - hope it solves the problem. Sasha.
Index: opensm/Makefile.am =================================================================== --- opensm/Makefile.am (revision 5297) +++ opensm/Makefile.am (working copy) @@ -10,6 +10,7 @@ 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 ; \
_______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
