Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2012 18:54:50 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r230274 - stable/8/lib/libc/posix1e
Message-ID:  <201201171854.q0HIso8c003250@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201171854.q0HIso8c003250>