Kaydet (Commit) c2c849e8 authored tarafından Andras Timar's avatar Andras Timar

s/postset.mk/langlist.mk

üst e9468759
...@@ -7767,14 +7767,14 @@ dnl =================================================================== ...@@ -7767,14 +7767,14 @@ dnl ===================================================================
GIT_REPO_NAMES="artwork base calc components extensions extras filters help impress libs-core libs-extern libs-extern-sys libs-gui postprocess sdk testing ure writer" GIT_REPO_NAMES="artwork base calc components extensions extras filters help impress libs-core libs-extern libs-extern-sys libs-gui postprocess sdk testing ure writer"
AC_MSG_CHECKING([which languages to be built]) AC_MSG_CHECKING([which languages to be built])
# get list of all languages # get list of all languages
# generate shell variable from completelangiso= from solenv/inc/postset.mk # generate shell variable from completelangiso= from solenv/inc/langlist.mk
# the sed command does the following: # the sed command does the following:
# + if a line ends with a backslash, append the next line to it # + if a line ends with a backslash, append the next line to it
# + adds " on the beginning of the value (after =) # + adds " on the beginning of the value (after =)
# + adds " at the end of the value # + adds " at the end of the value
# + removes en-US; we want to put it on the beginning # + removes en-US; we want to put it on the beginning
# + prints just the section starting with 'completelangiso=' and ending with the " at the end of line # + prints just the section starting with 'completelangiso=' and ending with the " at the end of line
[eval $(sed -e :a -e '/\\$/N; s/\\\n//; ta' -n -e 's/=/="/;s/\([^\\]\)$/\1"/;s/en-US//;/^completelangiso/p' solenv/inc/postset.mk)] [eval $(sed -e :a -e '/\\$/N; s/\\\n//; ta' -n -e 's/=/="/;s/\([^\\]\)$/\1"/;s/en-US//;/^completelangiso/p' solenv/inc/langlist.mk)]
ALL_LANGS="en-US $completelangiso" ALL_LANGS="en-US $completelangiso"
# check the configured localizations # check the configured localizations
WITH_LANG="$with_lang" WITH_LANG="$with_lang"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment