Remove unused, undocumented clean-shared target
authorBenjamin Kaduk <bkaduk@akamai.com>
Thu, 21 Jan 2016 18:06:39 +0000 (12:06 -0600)
committerBenjamin Kaduk <bkaduk@akamai.com>
Tue, 26 Jan 2016 17:42:28 +0000 (11:42 -0600)
commit289578b90cbfd17027ba50cc2ef76ff7b760997a
tree8667c2349159b7a75f20cd14baeac90c4c98ffba
parent835894d1383ac23b910d581144c35214591a445a
Remove unused, undocumented clean-shared target

Also removes the make variable SHARED_LIBS_LINK_EXTS, only used by
the clean-shared target.

When shared library linking was moved to the separate Makefile.shared
in commit 30afcc072acd4f70590fec68bf0590da4e4f1883, this target was
skipped.  Prior to that commit, clean-shared was invoked as a
dependency of build-shared, but afterward it was no longer referenced
anywhere in the tree.

Instead of porting the functionality over to Makefile.shared, just
remove it entirely, as it appears to be unused.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Makefile.in