As an effect of revisions 1.261, BUILD_CMD was changed so $(DIRS)
authorRichard Levitte <levitte@openssl.org>
Fri, 10 Feb 2006 08:04:59 +0000 (08:04 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 10 Feb 2006 08:04:59 +0000 (08:04 +0000)
commitf5ce5e14653fb5225252075b585b3101d54f30ea
tree90e0c019a4815a7b4edcb290cff3d7cb485fef0e
parentd7db77a0cbe6c4625a0f0b090767105091a71d4c
As an effect of revisions 1.261, BUILD_CMD was changed so $(DIRS)
wasn't respected when using it to build different parts of OpenSSL.
1.269 was an attempt to correct that, but unfortunately meant that we
built every part that was given i $(DIRS) 7 times.  This change puts
back the original intent with BUILD_CMD via the new macro
BUILD_ONE_CMD while keeping the intent with RECURSIVE_BUILD_CMD.
Makefile.org