svn commit: r295997 - head/sys/conf

Bryan Drewery bdrewery at FreeBSD.org
Wed Feb 24 20:03:00 UTC 2016


Author: bdrewery
Date: Wed Feb 24 20:02:58 2016
New Revision: 295997
URL: https://svnweb.freebsd.org/changeset/base/295997

Log:
  Remove hack from r2408 that is no longer needed.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/sys/conf/kern.post.mk

Modified: head/sys/conf/kern.post.mk
==============================================================================
--- head/sys/conf/kern.post.mk	Wed Feb 24 19:19:25 2016	(r295996)
+++ head/sys/conf/kern.post.mk	Wed Feb 24 20:02:58 2016	(r295997)
@@ -181,9 +181,6 @@ hack.So: Makefile
 	${CC} ${HACK_EXTRA_FLAGS} -nostdlib hack.c -o hack.So
 	rm -f hack.c
 
-# This rule stops ./assym.s in .depend from causing problems.
-./assym.s: assym.s
-
 assym.s: $S/kern/genassym.sh genassym.o
 	NM='${NM}' NMFLAGS='${NMFLAGS}' sh $S/kern/genassym.sh genassym.o > ${.TARGET}
 


More information about the svn-src-all mailing list