[PVFS2-developers] One more thing on kmod_install

Nathan Poznick poznick at conwaycorp.net
Tue Mar 16 15:05:31 EST 2004


Currently, there's no checking done to ensure that $(KMOD_DIR) exists
before the install on pvfs2.ko is done.  If the path did not exist at
all, the install would bomb out... or in my case when
KMOD_DIR=/tmp/npozni/usr/kmod and /tmp/npozni/usr existed but not the
kmod dir, it placed pvfs2.ko as the *file* /tmp/npozni/usr/kmod.  Not
quite the best possibile situation.  I'm thinking that a simple

install -d $(KMOD_DIR)

before the pvfs2.ko install line would be a good idea.  Comments?


-- 
Nathan Poznick <poznick at conwaycorp.net>

Speak softly, and carry a big stick; you will go far. - Theodore
Roosevelt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://www.beowulf-underground.org/pipermail/pvfs2-developers/attachments/20040316/d098307d/attachment.bin


More information about the PVFS2-developers mailing list