diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-08-30 11:40:12 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-08-30 11:40:12 +0000 |
commit | b2b2fdb2ca8dd33855d49e6e6d2ffada68d83ae1 (patch) | |
tree | f023206fb397be981ddb5416c30b4c77330c9960 | |
parent | 74c734184339a620b14e8d07ee708267f5e56237 (diff) |
INTEGRATION: CWS ause064 (1.7.30); FILE MERGED
2006/08/11 10:47:02 hjs 1.7.30.1: #i68534# fix historical nonsense
-rw-r--r-- | external/glibc/makefile.mk | 41 |
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 |