Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Apr 2018 03:26:42 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r332057 - head
Message-ID:  <201804050326.w353Qgsh042418@repo.freebsd.org>

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



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