svn commit: r295665 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Tue Feb 16 19:00:24 UTC 2016


Author: bdrewery
Date: Tue Feb 16 19:00:22 2016
New Revision: 295665
URL: https://svnweb.freebsd.org/changeset/base/295665

Log:
  Remove temporary hack from r294370 for SSH upgrades.
  
  MFC after:	1 week
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/share/mk/bsd.dep.mk

Modified: head/share/mk/bsd.dep.mk
==============================================================================
--- head/share/mk/bsd.dep.mk	Tue Feb 16 17:55:10 2016	(r295664)
+++ head/share/mk/bsd.dep.mk	Tue Feb 16 19:00:22 2016	(r295665)
@@ -205,14 +205,6 @@ depend: beforedepend ${DEPENDFILE} after
 # This could be simpler with bmake :tW but needs to support fmake for MFC.
 _CFLAGS_INCLUDES= ${CFLAGS:Q:S/\\ /,/g:C/-include,/-include%/g:C/,/ /g:M-include*:C/%/ /g}
 _CXXFLAGS_INCLUDES= ${CXXFLAGS:Q:S/\\ /,/g:C/-include,/-include%/g:C/,/ /g:M-include*:C/%/ /g}
-# XXX: Temporary hack to workaround .depend files not tracking -include
-_hdrincludes=${_CFLAGS_INCLUDES:M*.h} ${_CXXFLAGS_INCLUDES:M*.h}
-.for _hdr in ${_hdrincludes:O:u}
-.if exists(${_hdr})
-${OBJS} ${POBJS} ${SOBJS}: ${_hdr}
-.endif
-.endfor
-.undef _hdrincludes
 
 # Different types of sources are compiled with slightly different flags.
 # Split up the sources, and filter out headers and non-applicable flags.


More information about the svn-src-all mailing list