svn commit: r356422 - in head: lib/libc lib/libsysdecode targets/pseudo/userland/gnu

Kyle Evans kevans at FreeBSD.org
Mon Jan 6 18:15:56 UTC 2020


Author: kevans
Date: Mon Jan  6 18:15:55 2020
New Revision: 356422
URL: https://svnweb.freebsd.org/changeset/base/356422

Log:
  Update libssp paths in various Makefile.depend* files
  
  I've been advised that the model that uses these are fairly resilient, but
  we do know the proper path to use (or remove, in the case of ^/targets/...),
  so go ahead and update them to reflect that.

Modified:
  head/lib/libc/Makefile.depend.options
  head/lib/libsysdecode/Makefile.depend
  head/targets/pseudo/userland/gnu/Makefile.depend

Modified: head/lib/libc/Makefile.depend.options
==============================================================================
--- head/lib/libc/Makefile.depend.options	Mon Jan  6 18:07:54 2020	(r356421)
+++ head/lib/libc/Makefile.depend.options	Mon Jan  6 18:15:55 2020	(r356422)
@@ -3,6 +3,6 @@
 
 DIRDEPS_OPTIONS= SSP
 
-DIRDEPS.SSP.yes= gnu/lib/libssp/libssp_nonshared
+DIRDEPS.SSP.yes= lib/libssp_nonshared
 
 .include <dirdeps-options.mk>

Modified: head/lib/libsysdecode/Makefile.depend
==============================================================================
--- head/lib/libsysdecode/Makefile.depend	Mon Jan  6 18:07:54 2020	(r356421)
+++ head/lib/libsysdecode/Makefile.depend	Mon Jan  6 18:15:55 2020	(r356422)
@@ -7,7 +7,6 @@ DIRDEPS = \
 	gnu/lib/libdialog \
 	gnu/lib/libgomp \
 	gnu/lib/libregex \
-	gnu/lib/libssp \
 	gnu/lib/libstdc++ \
 	gnu/lib/libsupc++ \
 	include \
@@ -100,6 +99,7 @@ DIRDEPS = \
 	lib/libsdp \
 	lib/libsecureboot \
 	lib/libsqlite3 \
+	lib/libssp \
 	lib/libstand \
 	lib/libstdthreads \
 	lib/libtacplus \

Modified: head/targets/pseudo/userland/gnu/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/gnu/Makefile.depend	Mon Jan  6 18:07:54 2020	(r356421)
+++ head/targets/pseudo/userland/gnu/Makefile.depend	Mon Jan  6 18:15:55 2020	(r356422)
@@ -12,8 +12,6 @@ DIRDEPS = \
 	gnu/lib/libgcov \
 	gnu/lib/libgomp \
 	gnu/lib/libregex/doc \
-	gnu/lib/libssp \
-	gnu/lib/libssp/libssp_nonshared \
 	gnu/lib/libstdc++ \
 	gnu/lib/libsupc++ \
 	gnu/usr.bin/binutils/ar \


More information about the svn-src-head mailing list