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
0cf05168
Kaydet (Commit)
0cf05168
authored
Haz 21, 2010
tarafından
obo
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS systemlibc
üst
8027e13d
42637750
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
3 deletions
+25
-3
glibc-2.1.3.patch
external/glibc-2.1.3.patch
+9
-2
makefile.mk
external/glibc/makefile.mk
+14
-1
d.lst
external/prj/d.lst
+2
-0
No files found.
external/glibc-2.1.3.patch
Dosyayı görüntüle @
0cf05168
...
...
@@ -76,7 +76,7 @@
extern int getopt ();
--- misc/glibc-2.1.3/posix/makefile.mk Mon Mar 31 09:43:50 2008
+++ misc/build/glibc-2.1.3/posix/makefile.mk Mon Mar 31 09:43:38 2008
@@ -1 +1,
63
@@
@@ -1 +1,
70
@@
-dummy
+#*************************************************************************
+#
...
...
@@ -123,14 +123,16 @@
+
+# --- Files --------------------------------------------------------
+
+.IF "$(HAVE_GETOPT)" != "YES"
+OBJFILES= $(OBJ)$/getopt.obj \
+ $(OBJ)$/getopt1.obj
+
+LIB1TARGET=$(SLB)$/$(TARGET).lib
+LIB1ARCHIV=$(LB)$/lib$(TARGET).a
+LIB1OBJFILES=$(OBJFILES)
+.ENDIF
+
+.IF "$(
OS)"=="NETBSD
"
+.IF "$(
HAVE_READDIR_R)" != "YES" && "$(OS)" != "WNT
"
+TARGET2=gnu_readdir_r
+OBJFILES+= $(OBJ)$/readdir_r.obj
+LIB2TARGET=$(SLB)$/$(TARGET2).lib
...
...
@@ -138,6 +140,11 @@
+LIB2OBJFILES= $(OBJ)$/readdir_r.obj
+.ENDIF
+
+.IF "$(HAVE_READDIR_R)" == "YES" && "$(HAVE_GETOPT)" == "YES"
+@all:
+ @echo "Nothing to do here.
+.ENDIF
+
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : target.mk
...
...
external/glibc/makefile.mk
Dosyayı görüntüle @
0cf05168
...
...
@@ -36,10 +36,14 @@ TARGET=getopt
# --- Files --------------------------------------------------------
.IF
"$(HAVE_GETOPT)"
!=
"YES"
||
"$(HAVE_READDIR_R)"
!=
"YES"
TARFILE_NAME
=
glibc-2.1.3-stub
TARFILE_MD5
=
4a660ce8466c9df01f19036435425c3a
TARFILE_ROOTDIR
=
glibc-2.1.3
ADDITIONAL_FILES
=
posix
$/
makefile.mk posix
$/
config.h posix
$/
readdir_r.c
ADDITIONAL_FILES
=
posix
$/
makefile.mk posix
$/
config.h
.IF
"$(HAVE_READDIR_R)"
!=
"YES"
ADDITIONAL_FILES
+=
posix
$/
readdir_r.c
.ENDIF
PATCH_FILES
=
$(PRJ)$/
glibc-2.1.3.patch
...
...
@@ -49,6 +53,15 @@ CONFIGURE_ACTION=
BUILD_DIR
=
posix
BUILD_ACTION
=
dmake
$(MFLAGS)
$(CALLMACROS)
OUT2INC
=
\
posix/getopt.h
\
posix/config.h
.ELSE
@all
:
@echo
"Nothing to do here."
.ENDIF
# --- Targets ------------------------------------------------------
.INCLUDE
:
set_ext.mk
...
...
external/prj/d.lst
Dosyayı görüntüle @
0cf05168
...
...
@@ -12,6 +12,8 @@ mkdir: %_DEST%\inc%_EXT%\external\mingw\include\sys
..\%__SRC%\lib\libgnu_getopt.a %_DEST%\lib%_EXT%\libgnu_getopt.a
..\%__SRC%\lib\libgnu_getopt_static.a %_DEST%\lib%_EXT%\libgnu_getopt_static.a
..\%__SRC%\inc\*.h %_DEST%\inc%_EXT%\external\glibc\*.h
..\%__SRC%\misc\mingw\include\*.h %_DEST%\inc%_EXT%\external\mingw\include\*
..\%__SRC%\misc\mingw\include\atl\*.h %_DEST%\inc%_EXT%\external\mingw\include\atl\*
..\%__SRC%\misc\mingw\include\sys\*.h %_DEST%\inc%_EXT%\external\mingw\include\sys\*
...
...
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