More fixes for builddir != srcdir.
authorTim Potter <tpot@samba.org>
Tue, 27 May 2003 02:35:53 +0000 (02:35 +0000)
committerTim Potter <tpot@samba.org>
Tue, 27 May 2003 02:35:53 +0000 (02:35 +0000)
commit4e8052640e4029938111d5a1af16865c67e21bf9
tree8b00e6e2d2c8bcb4062eede5773b2abaf12a4558
parentab222b3700313348b2a1b673be82a58cb03c7c79
More fixes for builddir != srcdir.

 - Use absolute directories for $builddir and $srcdir in the Makefile

 - Don't try and combine source files in $builddir and $srcdir to build
   proto.h.  It's just too hard to get it right across all targets we
   wish to compile on.  Use a hand created prototype for the single
   function in smbd/build_options.c that we need.  This allows us to ditch
   all the extra sed work that was causing problems: \t not portable - hah!

 - Fix bogus delheaders target to remove the correct files

This appears to work quite nicely now.  Let's see how it goes on the
buildfarm machines.
(This used to be commit 456184463d35c18840c39cb3483b7136247ea764)
source3/Makefile.in
source3/configure.in
source3/script/.cvsignore
source3/script/mkproto.sh [moved from source3/script/mkproto.sh.in with 73% similarity]
source3/smbd/server.c