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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user