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
6e79d226
Kaydet (Commit)
6e79d226
authored
Haz 01, 2017
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
'clone' directory is gone and might even be a legit module name in future
Change-Id: Iba0cf3345655a8ca61a4d55b9f045c713683f97b
üst
090e33df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
create-ids
solenv/bin/create-ids
+2
-2
create-tags
solenv/bin/create-tags
+1
-1
No files found.
solenv/bin/create-ids
Dosyayı görüntüle @
6e79d226
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
# TODO: should this include workdir headers?
# TODO: should this include workdir headers?
if
[
"
$1
"
=
"--with-outpath"
]
;
then
if
[
"
$1
"
=
"--with-outpath"
]
;
then
dirs
=
"
$(
ls
-d
./
*
/
*
|
sed
-e
'/\(\/\(cscope\.\|tags\|ID\)\)\|^\.\/\(
clone\|
workdir\|instdir\)\//d'
)
"
dirs
=
"
$(
ls
-d
./
*
/
*
|
sed
-e
'/\(\/\(cscope\.\|tags\|ID\)\)\|^\.\/\(workdir\|instdir\)\//d'
)
"
else
else
dirs
=
"
$(
ls
-d
./
*
/
*
|
sed
-e
'/\(\/\(cscope\.\|tags\|ID\)\)\|^\.\/\(
clone\|
workdir\|instdir\)\//d'
)
"
dirs
=
"
$(
ls
-d
./
*
/
*
|
sed
-e
'/\(\/\(cscope\.\|tags\|ID\)\)\|^\.\/\(workdir\|instdir\)\//d'
)
"
fi
fi
mkid
--lang-map
=
"
$(
dirname
"
$0
"
)
"
/id-lang.map
--include
=
'C C++ asm perl java make'
--statistics
$dirs
mkid
--lang-map
=
"
$(
dirname
"
$0
"
)
"
/id-lang.map
--include
=
'C C++ asm perl java make'
--statistics
$dirs
solenv/bin/create-tags
Dosyayı görüntüle @
6e79d226
...
@@ -18,7 +18,7 @@ omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q"
...
@@ -18,7 +18,7 @@ omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q"
$ctags
-h
"+.hdl.hrc"
--langmap
=
c:+.hrc.src,c++:+.hdl
$saloptions
$omnicppoptions
\
$ctags
-h
"+.hdl.hrc"
--langmap
=
c:+.hrc.src,c++:+.hdl
$saloptions
$omnicppoptions
\
--languages
=
-HTML
,Java,JavaScript
\
--languages
=
-HTML
,Java,JavaScript
\
-R
--exclude
=
instdir
--exclude
=
instdir_for_build
--exclude
=
workdir
--exclude
=
workdir_for_build
\
-R
--exclude
=
instdir
--exclude
=
instdir_for_build
--exclude
=
workdir
--exclude
=
workdir_for_build
\
--exclude
=
clone
--exclude
=
external
--totals
=
yes
${
SRCDIR
:-
*
}
--exclude
=
external
--totals
=
yes
${
SRCDIR
:-
*
}
if
test
-d
workdir_for_build
;
then
if
test
-d
workdir_for_build
;
then
w
=
workdir_for_build
w
=
workdir_for_build
...
...
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