A small problem with two modules in the Samba 3 makefile

Jeremy Allison jra at samba.org
Thu Oct 13 13:43:15 MDT 2011


On Thu, Oct 13, 2011 at 06:53:51AM -0700, Richard Sharpe wrote:
> Hi folks,
> 
> these two module .o files:
> 
> VFS_ACL_XATTR_OBJ = modules/vfs_acl_xattr.o
> VFS_ACL_TDB_OBJ = modules/vfs_acl_tdb.o
> 
> actually also depend on modules/vfs_acl_common.c, however, nowhere in
> Makefile.in (and thus Makefile) is this dependency expressed.
> 
> If you make changes, perhaps to add extra debugging, you have to go to
> extraordinary lengths to get it build properly.

That's my fault, sorry. modules/vfs_acl_common.c is just
#included into the other modules and I didn't set up
the dependencies correctly.


More information about the samba-technical mailing list