]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Windows: build mtafsdir.lib and use it
authorJeffrey Altman <jaltman@your-file-system.com>
Thu, 20 Jan 2011 05:57:03 +0000 (00:57 -0500)
committerDerrick Brashear <shadow@dementia.org>
Thu, 20 Jan 2011 13:28:35 +0000 (05:28 -0800)
commit6bf5f463c7957e71e15f6b98cdb3afb24f2fbe6a
tree5a7a1a2244faec36d541a5d7f872435e13e33bdc
parentbc674908ca5100a0734069a019d9a31788dd52fb
Windows: build mtafsdir.lib and use it

The executables built in src/vol are pthreaded.  Therefore, they
require a pthread safe version of the src/dir objects.  Instead
of building the dir object files in yet another directory, create
a mtafsdir.lib in src/dir and use it in src/vol, src/tviced and
src/tsalvaged.

Change-Id: I50017bd56ec741af1ff3fc1dd39208e610369088
Reviewed-on: http://gerrit.openafs.org/3693
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Rod Widdowson <rdw@steadingsoftware.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/dir/NTMakefile
src/tsalvaged/NTMakefile
src/tviced/NTMakefile
src/vol/NTMakefile