Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2010 20:27:14 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201402 - head/lib/libc/posix1e
Message-ID:  <201001022027.o02KREkn045784@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Sat Jan  2 20:27:14 2010
New Revision: 201402
URL: http://svn.freebsd.org/changeset/base/201402

Log:
  Don't forget to clean up the file copied from the kernel sources.
  
  MFC after:	1 week

Modified:
  head/lib/libc/posix1e/Makefile.inc

Modified: head/lib/libc/posix1e/Makefile.inc
==============================================================================
--- head/lib/libc/posix1e/Makefile.inc	Sat Jan  2 20:18:10 2010	(r201401)
+++ head/lib/libc/posix1e/Makefile.inc	Sat Jan  2 20:27:14 2010	(r201402)
@@ -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?201001022027.o02KREkn045784>