svn commit: r291343 - stable/10/lib/libc/tests/net

Garrett Cooper ngie at FreeBSD.org
Thu Nov 26 00:48:10 UTC 2015


Author: ngie
Date: Thu Nov 26 00:48:09 2015
New Revision: 291343
URL: https://svnweb.freebsd.org/changeset/base/291343

Log:
  Fix bad MFC (r291175)
  
  Replace SRCTOP with the relevant path via .CURDIR
  
  Pointyhat to: ngie
  Sponsored by: EMC / Isilon Storage Division

Modified:
  stable/10/lib/libc/tests/net/Makefile

Modified: stable/10/lib/libc/tests/net/Makefile
==============================================================================
--- stable/10/lib/libc/tests/net/Makefile	Thu Nov 26 00:26:23 2015	(r291342)
+++ stable/10/lib/libc/tests/net/Makefile	Thu Nov 26 00:48:09 2015	(r291343)
@@ -29,7 +29,7 @@ DPADD.h_nsd_recurse+=	${LIBPTHREAD}
 LDADD.h_nsd_recurse+=	-lpthread
 
 CLEANFILES+=	aton_ether_subr.c
-aton_ether_subr.c: gen_ether_subr ${SRCTOP}/sys/net/if_ethersubr.c
+aton_ether_subr.c: gen_ether_subr ${.CURDIR:H:H:H:H}/sys/net/if_ethersubr.c
 	${HOST_SH} ${.ALLSRC} ${.TARGET}
 
 .include "../Makefile.netbsd-tests"


More information about the svn-src-all mailing list