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
970b56c4
Kaydet (Commit)
970b56c4
authored
Eyl 18, 2012
tarafından
Christian Lohmaier
Kaydeden (comit)
Michael Stahl
Eyl 18, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
mark configure's warning with some color
Change-Id: I7e225fc5ce353316cb689dc3bca8f606273e8796
üst
78051aaa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
configure.in
configure.in
+7
-1
No files found.
configure.in
Dosyayı görüntüle @
970b56c4
...
@@ -56,8 +56,14 @@ add_warning()
...
@@ -56,8 +56,14 @@ add_warning()
if test "$have_WARNINGS" = "no" ; then
if test "$have_WARNINGS" = "no" ; then
echo "*************************************" >> warn
echo "*************************************" >> warn
have_WARNINGS="yes"
have_WARNINGS="yes"
if test $(tput colors) -ge 8 ; then
dnl <esc> as actual byte (U+1b), [ escaped using quadrigraph @<:@
COLORWARN='*@<:@1;33;40m WARNING @<:@0m:'
else
COLORWARN="* WARNING :"
fi
fi
fi
echo "
* WARNING :
$@" >> warn
echo "
$COLORWARN
$@" >> warn
}
}
if test -n "$SOLARENV" ; then
if test -n "$SOLARENV" ; then
...
...
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