Rev 65: Some minor changes before integrating ib... in http://samba.org/~tridge/psomogyi/

psomogyi at gamax.hu psomogyi at gamax.hu
Mon Feb 12 15:47:12 GMT 2007


------------------------------------------------------------
revno: 65
revision-id: psomogyi at gamax.hu-20070212154712-nwx6dnfzpfpmm4pc
parent: psomogyi at gamax.hu-20070212141322-0gzf7f99aghribw7
committer: Peter Somogyi <psomogyi at gamax.hu>
branch nick: ctdb
timestamp: Mon 2007-02-12 16:47:12 +0100
message:
  Some minor changes before integrating ib...
added:
  ib/README.txt                  readme.txt-20070212151749-ess18rmh152b8hao-1
renamed:
  tests/ibwrapper_test.c => ib/ibwrapper_test.c ibwrapper_test.c-20061214171730-h11a2z5ed6pt66hj-1
modified:
  Makefile.in                    makefile.in-20061117234101-o3qt14umlg9en8z0-1
=== added file 'ib/README.txt'
--- a/ib/README.txt	1970-01-01 00:00:00 +0000
+++ b/ib/README.txt	2007-02-12 15:47:12 +0000
@@ -0,0 +1,11 @@
+Compilation
+===========
+
+For the configure script, please set the OFED include & library path by e.g.:
+
+export CFLAGS="-I/usr/local/ofed/include -L/usr/local/ofed/lib"
+
+After then:
+
+./configure --enable-infiniband
+

=== renamed file 'tests/ibwrapper_test.c' => 'ib/ibwrapper_test.c'
=== modified file 'Makefile.in'
--- a/Makefile.in	2007-02-08 22:42:04 +0000
+++ b/Makefile.in	2007-02-12 15:47:12 +0000
@@ -57,9 +57,9 @@
 	@echo Linking $@
 	@$(CC) $(CFLAGS) -o $@ ctdb_bench.o $(OBJS) $(LIB_FLAGS)
 
-bin/ibwrapper_test: $(OBJS) tests/ibwrapper_test.o
+bin/ibwrapper_test: $(OBJS) ib/ibwrapper_test.o
 	@echo Linking $@
-	@$(CC) $(CFLAGS) -o $@ tests/ibwrapper_test.o $(OBJS) $(LIB_FLAGS)
+	@$(CC) $(CFLAGS) -o $@ ib/ibwrapper_test.o $(OBJS) $(LIB_FLAGS)
 
 clean:
 	rm -f *.o */*.o */*/*.o



More information about the samba-cvs mailing list