Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2020 18:15:55 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356422 - in head: lib/libc lib/libsysdecode targets/pseudo/userland/gnu
Message-ID:  <202001061815.006IFt3W059156@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001061815.006IFt3W059156>