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
c131a12f
Kaydet (Commit)
c131a12f
authored
Tem 19, 2002
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#99260# #101280# add REMOVE_PACKAGE_COMMAND
üst
f3969f16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
4 deletions
+17
-4
makefile.mk
icu/makefile.mk
+17
-4
No files found.
icu/makefile.mk
Dosyayı görüntüle @
c131a12f
...
...
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.
3
$
# $Revision: 1.
4
$
#
# last change: $Author: er $ $Date: 2002-0
6-03 16:54:12
$
# last change: $Author: er $ $Date: 2002-0
7-19 16:29:38
$
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
...
...
@@ -75,6 +75,7 @@ TARFILE_NAME=icu-2.0
TARFILE_ROOTDIR
=
icu
PATCH_FILE_NAME
=
icu-2.0.patch
BINARY_PATCH_FILE_NAME
=
icu-2.0-binary_patch.tar.gz
.IF
"$(GUI)"
==
"UNX"
.IF
"$(COMNAME)"
==
"sunpro5"
...
...
@@ -137,18 +138,30 @@ OUT2BIN= \
# --- Targets ------------------------------------------------------
all
:
\
$(MISC)$/remove_build.flag
\
ALLTAR
.INCLUDE
:
set_ext.mk
.INCLUDE
:
target.mk
.INCLUDE
:
tg_ext.mk
TG_DELIVER
:
$(PACKAGE_DIR)$/
so_predeliver
TG_DELIVER
:
$(PACKAGE_DIR)$/
$(PREDELIVER_FLAG_FILE)
$(DELIVER)
$(PACKAGE_DIR)$/so_add_binary
:
$(PACKAGE_DIR)$/$(ADD_FILES_FLAG_FILE)
cd
$(PACKAGE_DIR)
&&
gunzip
-c
$(BACK_PATH)icu-2.0-binary_patch.tar.gz
|
tar
$(TAR_EXCLUDE_SWITCH)
-xvf
-
cd
$(PACKAGE_DIR)
&&
gunzip
-c
$(BACK_PATH)$(BINARY_PATCH_FILE_NAME)
|
tar
$(TAR_EXCLUDE_SWITCH)
-xvf
-
+$(TOUCH)
$(PACKAGE_DIR)$/so_add_binary
$(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE)
:
$(PACKAGE_DIR)$/so_add_binary
# Since you never know what will be in a patch (for example, it may already
# patch at configure level) or in the case of a binary patch, we remove the
# entire package directory if a patch is newer.
$(MISC)$/remove_build.flag
:
$(BINARY_PATCH_FILE_NAME) $(PATCH_FILE_NAME)
$(REMOVE_PACKAGE_COMMAND)
+$(TOUCH)
$(MISC)$/remove_build.flag
.IF
"$(BUILD_SOSL)"
!=
""
ALLTAR
:
TG_DELIVER
.ENDIF
...
...
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