[Pvfs2-developers] threaded library dependency
Phil Carns
pcarns at wastedcycles.org
Tue Nov 28 20:59:46 EST 2006
The top level Makefile.in has a dependency in it to make sure that the
pvfs2 library is built for the KERNAPPS targets (pvfs2-client and friends):
$(KERNAPPS): %: %.o $(LIBRARIES)
In pvfs 2.6.0, we now need a similar rule for the threaded version of
the KERNAPPS:
$(KERNAPPSTHR): %: %.o $(LIBRARIES_THREADED)
This missing dependency shows up as a problem if you run "make kmod"
first after running configure, rather than a general purpose "make".
-Phil
More information about the Pvfs2-developers
mailing list