Author: rgrimes
Date: Tue Mar  7 06:11:36 2017
New Revision: 314837
URL: https://svnweb.freebsd.org/changeset/base/314837

Log:
  The relative symlink fix causes downstream issues for
  EMC DELL Isilon so revert the relative symlink fix
  pending a better solution.
  
  Reported by:  ngie
  Approved by:  greham (mentor) Implicit as reverting
  MFC after:    1 week

Modified:
  head/lib/libxo/tests/encoder/Makefile

Modified: head/lib/libxo/tests/encoder/Makefile
==============================================================================
--- head/lib/libxo/tests/encoder/Makefile       Tue Mar  7 05:57:18 2017        
(r314836)
+++ head/lib/libxo/tests/encoder/Makefile       Tue Mar  7 06:11:36 2017        
(r314837)
@@ -8,7 +8,7 @@ SHLIB_NAME=     libenc_test.so
 
 LIBDIR=                ${TESTSBASE}/lib/libxo
 
-SYMLINKS+=     ../../../tests/lib/libxo/${SHLIB_NAME} 
/usr/lib/libxo/encoder/test.enc
+SYMLINKS+=     ${LIBDIR}/${SHLIB_NAME} /usr/lib/libxo/encoder/test.enc
 
 SRCS=          enc_test.c
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to