Backport the following changes from HEAD:
authorRichard Levitte <levitte@openssl.org>
Fri, 10 Feb 2006 08:52:56 +0000 (08:52 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 10 Feb 2006 08:52:56 +0000 (08:52 +0000)
commit6b5f5e35084eb40705797ab5341ebbec21bb5027
treee511c850f454bd3249c68d4de06abee9201e83bf
parentf0ec771933f7a43dc7225790fb21f8bd3d23d7b4
Backport the following changes from HEAD:

1.270:
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.

1.271:
Document the building macros.
Makefile.org