svn commit: r291331 - head/tests/sys/kern/acct

Bryan Drewery bdrewery at FreeBSD.org
Wed Nov 25 20:38:22 UTC 2015


Author: bdrewery
Date: Wed Nov 25 20:38:20 2015
New Revision: 291331
URL: https://svnweb.freebsd.org/changeset/base/291331

Log:
  Avoid requiring 'make depend' here.
  
  Really this should not be a DPSRCS.  The acct_test.c should not #include
  convert.c, but just link it in as a normal SRCS.
  
  MFC after:	1 week
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/tests/sys/kern/acct/Makefile

Modified: head/tests/sys/kern/acct/Makefile
==============================================================================
--- head/tests/sys/kern/acct/Makefile	Wed Nov 25 20:38:17 2015	(r291330)
+++ head/tests/sys/kern/acct/Makefile	Wed Nov 25 20:38:20 2015	(r291331)
@@ -9,6 +9,7 @@ CFLAGS+=	-I${.OBJDIR}
 CLEANFILES+=	convert.c convert.c.tmp
 
 DPSRCS.acct_test=	convert.c
+acct_test.o: convert.c
 
 convert.c: ${SRCTOP}/sys/kern/kern_acct.c
 	sed -n -e 's/log(/syslog(/g' \


More information about the svn-src-all mailing list