svn commit: r332081 - head

Brooks Davis brooks at FreeBSD.org
Thu Apr 5 18:19:48 UTC 2018


Author: brooks
Date: Thu Apr  5 18:19:48 2018
New Revision: 332081
URL: https://svnweb.freebsd.org/changeset/base/332081

Log:
  Allow -DNO_CLEAN buildworld after r332080.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu Apr  5 18:17:46 2018	(r332080)
+++ head/Makefile.inc1	Thu Apr  5 18:19:48 2018	(r332081)
@@ -806,7 +806,8 @@ _cleanobj_fast_depend_hack: .PHONY
 # Date      SVN Rev  Syscalls
 # 20170624  r320278  fstat fstatat fstatfs getdirentries getfsstat statfs
 # 20180404  r332048  sigreturn
-.for f in fstat fstatat fstatfs getdirentries getfsstat sigreturn statfs
+# 20180405  r332080  shmat
+.for f in fstat fstatat fstatfs getdirentries getfsstat shmat sigreturn statfs
 .if exists(${OBJTOP}/lib/libc/.depend.${f}.o)
 	@if egrep -qw '${f}\.[sS]' \
 	    ${OBJTOP}/lib/libc/.depend.${f}.o; then \


More information about the svn-src-all mailing list