[OpenAFS-devel] building for multiple platforms

Kevin Coffman kwc@citi.umich.edu
Tue, 15 Apr 2003 10:39:45 -0400


I am building off the CVS head which doesn't seem to have that test.

 
> How did you get that to work? From the distributed configure script:
> 
> SRCDIR_PARENT=`pwd`
> 
> This will be my obj dir.
> 
> if test ! -r src/config/Makefile.${AFS_SYSNAME}.in ; then
>   { echo "configure: error: no source file src/config/Makefile.${AFS_SYSNAME}.in" 1>&2; exit 1; }
> fi
> 
> This will be relative my obj dir and definitely exit 1.
> 
> Harald.
>