mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
Some minor changes before integrating ib...
(This used to be ctdb commit fa39ad5054de6e781ca980b9e24d22fa0c67e9ae)
This commit is contained in:
parent
3e9e91103b
commit
8b6f1c39e7
@ -57,9 +57,9 @@ bin/ctdb_bench: $(OBJS) ctdb_bench.o
|
||||
@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
|
||||
|
11
ctdb/ib/README.txt
Normal file
11
ctdb/ib/README.txt
Normal file
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user