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
797caeb0
Kaydet (Commit)
797caeb0
authored
Agu 26, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: fdo#40099 don't break incremental msvc builds on removed headers
üst
66876a71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
filter-showIncludes.pl
solenv/gbuild/filter-showIncludes.pl
+10
-0
No files found.
solenv/gbuild/filter-showIncludes.pl
Dosyayı görüntüle @
797caeb0
...
@@ -57,6 +57,16 @@ while ( <STDIN> ) {
...
@@ -57,6 +57,16 @@ while ( <STDIN> ) {
}
}
print
OUT
"\n"
;
print
OUT
"\n"
;
# fdo#40099 if header.h does not exist, it will simply be considered out of
# date and any targets that use it as a prerequisite will be updated,
# which avoid misery when the header is deliberately deleted and removed
# as an include
# see http://www.makelinux.net/make3/make3-CHP-8-SECT-3
foreach
my
$key
(
keys
%
seen
)
{
print
OUT
"\n$key:\n"
;
}
close
(
OUT
)
or
die
"Cannot close $outfile."
;
close
(
OUT
)
or
die
"Cannot close $outfile."
;
# vim: shiftwidth=4 softtabstop=4 expandtab:
# vim: shiftwidth=4 softtabstop=4 expandtab:
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