Author: imp Date: Sat May 10 16:37:28 2014 New Revision: 265826 URL: http://svnweb.freebsd.org/changeset/base/265826
Log: Document WITHOUT_SYSCALL_COMPAT and WITHOUT_GNU_GREP_COMPAT. Added: head/tools/build/options/WITHOUT_GNU_GREP_COMPAT (contents, props changed) head/tools/build/options/WITHOUT_SYSCALL_COMPAT (contents, props changed) Added: head/tools/build/options/WITHOUT_GNU_GREP_COMPAT ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/tools/build/options/WITHOUT_GNU_GREP_COMPAT Sat May 10 16:37:28 2014 (r265826) @@ -0,0 +1,4 @@ +.\" $FreeBSD$ +Set this option to omit the gnu extentions to grep from being included in +BSD grep. + Added: head/tools/build/options/WITHOUT_SYSCALL_COMPAT ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/tools/build/options/WITHOUT_SYSCALL_COMPAT Sat May 10 16:37:28 2014 (r265826) @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Do not include some compatible syscall wrappers in libc. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
