> On Wed, Apr 04, 2001 at 07:23:18PM +0200, Thomas Moestl wrote:
> > src/lib/libposix1e was repocopied to src/lib/libc/posix1e, and I'll
> > start to commit the necessary patches now and will then activate the
> > build.
> > 
> > World may be broken during a short interval due to the switch. You
> > will also need to rebuild anything that uses libposix1e. In the base
> > system, those are src/bin/getfacl and src/bin/setfacl for now. I'm not
> > aware of any ports using it, so normally you should be fine after a
> > buildworld.
> 
> The changes are complete now, so any possible breakage should be over.
> 

I think you need to change MAN= to MAN+= in /posix1e/Makefile.inc.
That just caused a make release to fail because it clobbered all
the previous man entries and then ln couldn't link them.

John
-- 
John Hay -- [EMAIL PROTECTED]


Index: lib/libc/posix1e/Makefile.inc
===================================================================
RCS file: /home/ncvs/src/lib/libc/posix1e/Makefile.inc,v
retrieving revision 1.1
diff -u -r1.1 Makefile.inc
--- lib/libc/posix1e/Makefile.inc       2001/04/04 18:00:51     1.1
+++ lib/libc/posix1e/Makefile.inc       2001/04/05 06:39:44
@@ -34,7 +34,7 @@
 
 .if ${LIB} == "c"
 
-MAN=   acl.3                           \
+MAN+=  acl.3                           \
        acl_add_perm.3                  \
        acl_calc_mask.3                 \
        acl_clear_perms.3               \

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to