BUILD_DIR -> BUILDDIR, for consistency.

This commit is contained in:
Simon Kelley
2012-02-13 14:19:25 +00:00
parent 6da5201092
commit e5ffdb9c77
12 changed files with 4339 additions and 3926 deletions

View File

@@ -45,10 +45,10 @@ version 2.60
round-robin to multiple servers, in the same way as
--dhcp-boot. A good suggestion from Cristiano Cumer.
Support BUILD_DIR variable in the Makefile. Allows
Support BUILDDIR variable in the Makefile. Allows
builds from multiple architectures in the same tree with eg
make BUILD_DIR=linux
If BUILD_DIR is not set, compilation happens in the src
make BUILDDIR=linux
If BUILDDIR is not set, compilation happens in the src
directory, as before. Suggestion from Mark Mitchell.