Hi, On Fri, 6 Feb 2004, Andreas Gruenbacher wrote:
> > config NFSD_ACL > > bool "..." > > depends on NFSD_V3 > > select NFS_ACL_SUPPORT if NFSD > > > > you avoid the warning and it does the same. > > Does it? I would assume this to limit NFS_ACL_SUPPORT to y or n > depending on the value of NFSD_ACL. If should be y, m or n depending on > the value of NFSD. That's what the "if NFSD" part does, it's added to the expression and so modifies how NFS_ACL_SUPPORT is selected. If you enable the debug options in xconfig you can see the generated expression, which is used to calculate the final value. While looking at this, I noticed that a bit too much is added, the NFSD_V3 dependency is also added, but it belongs to NFSD_ACL, otherwise it can also unintentionally turn the bool into a tristate. I'll have to fix this... bye, Roman ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ kbuild-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kbuild-devel