Author: emaste
Date: Thu Apr  5 03:26:42 2018
New Revision: 332057
URL: https://svnweb.freebsd.org/changeset/base/332057

Log:
  remove special handling for stale ptrace dependencies
  
  r318957 added special handling for stale ptrace dependency files to
  support a -DNO_CLEAN build in a tree last built before r305012.  That
  revision is now over a year and a half old, so retire the special case.
  
  Sponsored by: The FreeBSD Foundation

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Thu Apr  5 00:41:33 2018        (r332056)
+++ head/Makefile.inc1  Thu Apr  5 03:26:42 2018        (r332057)
@@ -804,10 +804,9 @@ _sanity_check: .PHONY .MAKE
 _cleanobj_fast_depend_hack: .PHONY
 # Syscall stubs rewritten in C and obsolete MD assembly implementations
 # Date      SVN Rev  Syscalls
-# 20160829  r305012  ptrace
 # 20170624  r320278  fstat fstatat fstatfs getdirentries getfsstat statfs
 # 20180404  r332048  sigreturn
-.for f in fstat fstatat fstatfs getdirentries getfsstat ptrace sigreturn statfs
+.for f in fstat fstatat fstatfs getdirentries getfsstat sigreturn statfs
 .if exists(${OBJTOP}/lib/libc/.depend.${f}.o)
        @if egrep -qw '${f}\.[sS]' \
            ${OBJTOP}/lib/libc/.depend.${f}.o; then \
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to