installCDE: Only install locales that were built

We pass the DtLocalesToBuild to installCDE.src, which can then check
to see what locales were built.  We then only install packages for
those locales.
This commit is contained in:
Jon Trulson
2018-06-01 19:47:41 -06:00
parent ad10797184
commit fd9e74ae42
2 changed files with 42 additions and 22 deletions

View File

@@ -1,10 +1,13 @@
XCOMM $XConsortium: Imakefile /main/5 1996/04/23 21:26:14 drk $
DT_LOCALES = DtLocalesToBuild
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
-DCDE_LOGFILES_TOP=$(CDE_LOGFILES_TOP) \
-DKORNSHELL=$(KORNSHELL) \
-Usun -Uaix -UAIX -Uibm -Uhp
-Usun -Uaix -UAIX -Uibm -Uhp \
-DbuiltLocales="\"${DT_LOCALES}\""
AllTarget(installCDE dinstallCDE)