Build: Change all _NO_INST to use attributes instead.
authorRichard Levitte <levitte@openssl.org>
Wed, 7 Nov 2018 10:02:06 +0000 (11:02 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 22 Jan 2019 11:35:39 +0000 (12:35 +0100)
commitac6bba6f6ea328ba22425d6f3f95847452193293
tree0c5492016a3bf05da02596c735a82730828e0bc4
parentc91f24d4cca5862f11876457e0ffb6dd54814814
Build: Change all _NO_INST to use attributes instead.

This means that all PROGRAMS_NO_INST, LIBS_NO_INST, ENGINES_NO_INST
and SCRIPTS_NO_INST are changed to be PROGRAM, LIBS, ENGINES and
SCRIPTS with the associated attribute 'noinst'.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7581)
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl
apps/build.info
engines/build.info
fuzz/build.info
test/build.info
test/ossl_shim/build.info
util/build.info