svn commit: r262854 - stable/10/tests
Julio Merino
jmmv at FreeBSD.org
Thu Mar 6 13:38:23 UTC 2014
Author: jmmv
Date: Thu Mar 6 13:38:23 2014
New Revision: 262854
URL: http://svnweb.freebsd.org/changeset/base/262854
Log:
Install a symlink from /usr/tests/local to /usr/local/tests.
This is a MFC of r261959 and r261978.
Modified:
stable/10/tests/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/tests/Makefile
==============================================================================
--- stable/10/tests/Makefile Thu Mar 6 13:37:34 2014 (r262853)
+++ stable/10/tests/Makefile Thu Mar 6 13:38:23 2014 (r262854)
@@ -7,4 +7,8 @@ SUBDIR= sys
TESTSDIR= ${TESTSBASE}
KYUAFILE= yes
+afterinstall: install-tests-local
+install-tests-local: .PHONY
+ ${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
+
.include <bsd.test.mk>
More information about the svn-src-stable
mailing list