svn commit: r295903 - stable/10/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Tue Feb 23 00:45:28 UTC 2016


Author: bdrewery
Date: Tue Feb 23 00:45:27 2016
New Revision: 295903
URL: https://svnweb.freebsd.org/changeset/base/295903

Log:
  MFC r295665:
  
    Remove temporary hack from r294370 for SSH upgrades.
  
  Approved by:	re (marius)

Modified:
  stable/10/share/mk/bsd.dep.mk
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/mk/bsd.dep.mk
==============================================================================
--- stable/10/share/mk/bsd.dep.mk	Mon Feb 22 22:21:53 2016	(r295902)
+++ stable/10/share/mk/bsd.dep.mk	Tue Feb 23 00:45:27 2016	(r295903)
@@ -164,14 +164,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