summaryrefslogtreecommitdiff
path: root/external/glibc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-08-30 11:40:12 +0000
committerRüdiger Timm <rt@openoffice.org>2006-08-30 11:40:12 +0000
commitb2b2fdb2ca8dd33855d49e6e6d2ffada68d83ae1 (patch)
treef023206fb397be981ddb5416c30b4c77330c9960 /external/glibc
parent74c734184339a620b14e8d07ee708267f5e56237 (diff)
INTEGRATION: CWS ause064 (1.7.30); FILE MERGED
2006/08/11 10:47:02 hjs 1.7.30.1: #i68534# fix historical nonsense
Diffstat (limited to 'external/glibc')
-rw-r--r--external/glibc/makefile.mk41
1 files changed, 25 insertions, 16 deletions
diff --git a/external/glibc/makefile.mk b/external/glibc/makefile.mk
index 47f9d81a595e..d0cb8744fccc 100644
--- a/external/glibc/makefile.mk
+++ b/external/glibc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: rt $ $Date: 2005-09-06 14:21:33 $
+# last change: $Author: rt $ $Date: 2006-08-30 12:40:12 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -33,23 +33,32 @@
#
#*************************************************************************
-MAKEFILERC=yes
+PRJ=..
-.IF "$(USE_SHELL)" == "4nt"
-patchsuffix=btm
-.ELSE
-patchsuffix=sh
-.ENDIF
+PRJNAME=external
+TARGET=getopt
-ALL: patchinf \
- ALLTAR
+# --- Settings -----------------------------------------------------
-patchinf:
- @+glibcpatch.$(patchsuffix)
+.INCLUDE : settings.mk
-clean:
- @+rm -f patchinf
- @+rm -f patcherror
+# --- Files --------------------------------------------------------
+TARFILE_NAME=glibc-2.1.3-stub
+TARFILE_ROOTDIR=glibc-2.1.3
+ADDITIONAL_FILES=posix$/makefile.mk posix$/config.h posix$/readdir_r.c
+
+PATCH_FILE_NAME=glibc-2.1.3.patch
+
+#CONFIGURE_DIR=glibc-2.1.3/posix
+CONFIGURE_ACTION=
+
+BUILD_DIR=posix
+BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
+
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : set_ext.mk
+.INCLUDE : target.mk
+.INCLUDE : tg_ext.mk
-.INCLUDE : target.mk