Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
4db62dfb
Kaydet (Commit)
4db62dfb
authored
Mar 16, 2013
tarafından
Peter Foley
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
quiet FCFGMerge
Change-Id: I17a2f2fd51a06195af3b5b7325b3bad1129c01d2
üst
6388703a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
Configuration_filter.mk
filter/Configuration_filter.mk
+2
-1
pyAltFCFGMerge
filter/source/config/tools/merge/pyAltFCFGMerge
+6
-3
No files found.
filter/Configuration_filter.mk
Dosyayı görüntüle @
4db62dfb
...
...
@@ -24,7 +24,8 @@
filter_MERGE_TARGET := $(call gb_ExternalExecutable_get_dependencies,python) \
$(SRCDIR)/filter/source/config/tools/merge/pyAltFCFGMerge
filter_MERGE := $(call gb_ExternalExecutable_get_command,python) \
$(SRCDIR)/filter/source/config/tools/merge/pyAltFCFGMerge
$(SRCDIR)/filter/source/config/tools/merge/pyAltFCFGMerge \
$(if $(VERBOSE)$(verbose),-verbose)
### filter configuration rules: generic stuff #######################
...
...
filter/source/config/tools/merge/pyAltFCFGMerge
Dosyayı görüntüle @
4db62dfb
...
...
@@ -39,6 +39,7 @@ PROP_FCFG = "fcfg" # // <= cmdline
PROP_LCFG
=
"lcfg"
# // <= cmdline
PROP_CCFG
=
"ccfg"
# // <= cmdline
PROP_LANGUAGEPACK
=
"languagepack"
# // <= cmdline
PROP_VERBOSE
=
"verbose"
# // <= cmdline
PROP_ITEMS
=
"items"
# // <= pkg cfg files!
#---begin java.util.Properties copy---#
...
...
@@ -275,9 +276,11 @@ def readprops(buff):
# @author Andreas Schluens
#
def
run
(
sCmdLine
):
printCopyright
()
aCfg
=
ConfigHelper
(
CFGFILE
,
sCmdLine
)
if
aCfg
.
getValueWithDefault
(
PROP_VERBOSE
,
None
)
==
None
:
sys
.
stdout
=
None
printCopyright
()
# help requested?
if
aCfg
.
isHelp
():
...
...
@@ -349,7 +352,7 @@ class ConfigHelper:
count
=
len
(
lCommandLineArgs
)
self
.
m_bEmpty
=
(
count
<
1
)
print
(
lCommandLineArgs
,
"and len is"
,
count
)
#
print(lCommandLineArgs, "and len is", count)
for
arg
in
range
(
count
):
# is it a named-value argument?
# Note: We ignores double "=" signs! => search from left to right
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment