linux/site.def: use an if !defined() gaurd for DtLocalesToBuild
authorJon Trulson <jon@radscan.com>
Sun, 24 Jun 2018 18:48:14 +0000 (12:48 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 24 Jun 2018 18:48:14 +0000 (12:48 -0600)
commitaaa93056535175b43ef859f6b53ac4db1264aae4
treebd4e16dc22a44731880426c0e9de8bfb693add7e
parent8c1ad2d3a8ec095e86da02dbea3adec228c48820
linux/site.def: use an if !defined() gaurd for DtLocalesToBuild

Without this, you cannot use the command line to select the languages
to build, you would have to edit site.def directly.

With this fix, you can build a language on linux with something like:

make World IMAKE_DEFINES='-DDtLocalesToBuild="de_DE.ISO8859-1 es_ES.ISO8859-1"'

to build the DE (German) and es (Spanish) locales.
cde/config/cf/site.def