For those of you who build AFS from source and wish to build your AFS
kernel module with gcc on systems which otherwise have non-ANSI include
files, there is a script in ftp://ftp.dementia.org/pub/afs/lninc which
can be used to replace lines in src/libafs/MakefileProto which look like:
-ln -s /usr/include/something somethingelse
with lines like:
-./lninc /usr/include/something somethingelse

It's a cheesy hack, essentially it just mkdir's somethingelse and
populates it, but i figured it might be useful to someone.

Enjoy.

-D

Reply via email to