svn commit: r230274 - stable/8/lib/libc/posix1e

Sergey Kandaurov pluknet at FreeBSD.org
Tue Jan 17 18:54:50 UTC 2012


Author: pluknet
Date: Tue Jan 17 18:54:50 2012
New Revision: 230274
URL: http://svn.freebsd.org/changeset/base/230274

Log:
  MFC r201402 (by ed):
   Don't forget to clean up the file copied from the kernel sources.

Modified:
  stable/8/lib/libc/posix1e/Makefile.inc
Directory Properties:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/stdtime/   (props changed)

Modified: stable/8/lib/libc/posix1e/Makefile.inc
==============================================================================
--- stable/8/lib/libc/posix1e/Makefile.inc	Tue Jan 17 18:20:34 2012	(r230273)
+++ stable/8/lib/libc/posix1e/Makefile.inc	Tue Jan 17 18:54:50 2012	(r230274)
@@ -119,3 +119,5 @@ MLINKS+=acl_create_entry.3 acl_create_en
 	mac_set.3 mac_set_proc.3		\
 	mac_text.3 mac_from_text.3		\
 	mac_text.3 mac_to_text.3
+
+CLEANFILES+=	subr_acl_nfs4.c


More information about the svn-src-all mailing list