Files
cdesktop/cde/admin/IntegTools/dbTools/Imakefile
Jon Trulson fd9e74ae42 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.
2018-06-01 21:20:18 -06:00

16 lines
618 B
Plaintext

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 \
-DbuiltLocales="\"${DT_LOCALES}\""
AllTarget(installCDE dinstallCDE)
CppScriptTarget(installCDE,installCDE.src,$(LOCAL_CPP_DEFINES),)
CppScriptTarget(dinstallCDE,dinstallCDE.src,$(LOCAL_CPP_DEFINES),)