diff --git a/icu4c/source/config/mh-aix b/icu4c/source/config/mh-aix index 92ed11459d1..94e600f67ed 100644 --- a/icu4c/source/config/mh-aix +++ b/icu4c/source/config/mh-aix @@ -3,8 +3,6 @@ ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-aix,v 1.36 2004/03/26 22:33:12 grhoten-oss Exp $ -## ## Please note: AIX does NOT have library versioning per se (there is no 'SONAME' capability). ## So, we are using 'windows' style library names, that is, libicuuc20.1.so instead of libicuuc.so.20.1 diff --git a/icu4c/source/config/mh-aix-va b/icu4c/source/config/mh-aix-va index 50b8d3967a1..be03fad3af7 100644 --- a/icu4c/source/config/mh-aix-va +++ b/icu4c/source/config/mh-aix-va @@ -2,8 +2,6 @@ ## Aix-specific setup (for Visual Age 5+) ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-aix-va,v 1.33 2004/03/26 22:33:12 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -M $(DEFS) $(CPPFLAGS) diff --git a/icu4c/source/config/mh-alpha-linux-cc b/icu4c/source/config/mh-alpha-linux-cc index b2b16528596..2adfeafbca2 100644 --- a/icu4c/source/config/mh-alpha-linux-cc +++ b/icu4c/source/config/mh-alpha-linux-cc @@ -2,8 +2,6 @@ ## Alpha-Linux-specific setup ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-alpha-linux-cc,v 1.11 2004/03/26 22:33:12 grhoten-oss Exp $ ## Commands to generate dependency files #GEN_DEPS.c= $(CC) $(DEFS) $(CPPFLAGS) -MD -c -msg_quiet diff --git a/icu4c/source/config/mh-alpha-linux-gcc b/icu4c/source/config/mh-alpha-linux-gcc index 5648c5c162f..b1b592fb9ba 100644 --- a/icu4c/source/config/mh-alpha-linux-gcc +++ b/icu4c/source/config/mh-alpha-linux-gcc @@ -2,8 +2,6 @@ ## Linux-specific setup ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-alpha-linux-gcc,v 1.10 2004/03/26 22:33:12 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) diff --git a/icu4c/source/config/mh-alpha-osf b/icu4c/source/config/mh-alpha-osf index 9f913a3a107..99d60829156 100644 --- a/icu4c/source/config/mh-alpha-osf +++ b/icu4c/source/config/mh-alpha-osf @@ -2,8 +2,6 @@ ## Alpha-Linux-specific setup ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-alpha-osf,v 1.7 2004/03/26 22:33:12 grhoten-oss Exp $ ## Commands to generate dependency files #GEN_DEPS.c= $(CC) $(DEFS) $(CPPFLAGS) -MD -c -msg_quiet diff --git a/icu4c/source/config/mh-beos b/icu4c/source/config/mh-beos index b19202615a1..79cf3594bfe 100644 --- a/icu4c/source/config/mh-beos +++ b/icu4c/source/config/mh-beos @@ -3,7 +3,6 @@ ## Copyright (c) 2003-2003, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-beos,v 1.3 2004/03/26 18:07:35 grhoten-oss Exp $ ## Original author: Andrew Bachmann ## Commands to generate dependency files diff --git a/icu4c/source/config/mh-bsd-gcc b/icu4c/source/config/mh-bsd-gcc index 254ec52a7f1..2f60198e8dc 100644 --- a/icu4c/source/config/mh-bsd-gcc +++ b/icu4c/source/config/mh-bsd-gcc @@ -2,8 +2,6 @@ ## FreeBSD-specific setup ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-bsd-gcc,v 1.10 2004/03/26 22:33:12 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) diff --git a/icu4c/source/config/mh-cygwin b/icu4c/source/config/mh-cygwin index b82d13b2823..69efe8feeff 100644 --- a/icu4c/source/config/mh-cygwin +++ b/icu4c/source/config/mh-cygwin @@ -2,8 +2,6 @@ ## Cygwin-specific setup ## Copyright (c) 2001-2004, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-cygwin,v 1.20 2004/04/01 00:21:57 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) diff --git a/icu4c/source/config/mh-cygwin-msvc b/icu4c/source/config/mh-cygwin-msvc index 6b4f28ab2dc..40efad2c5c2 100644 --- a/icu4c/source/config/mh-cygwin-msvc +++ b/icu4c/source/config/mh-cygwin-msvc @@ -2,8 +2,6 @@ ## Cygwin-specific setup ## Copyright (c) 2001-2004, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-cygwin-msvc,v 1.22 2004/04/01 00:21:57 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= : diff --git a/icu4c/source/config/mh-darwin b/icu4c/source/config/mh-darwin index a68101676dd..626c3ac8b34 100644 --- a/icu4c/source/config/mh-darwin +++ b/icu4c/source/config/mh-darwin @@ -3,8 +3,6 @@ ## to Rhapsody, aka Mac OS X Server) ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-darwin,v 1.33 2004/03/26 22:33:12 grhoten-oss Exp $ ## Flags for position independent code SHAREDLIBCFLAGS = -dynamic diff --git a/icu4c/source/config/mh-hpux-acc b/icu4c/source/config/mh-hpux-acc index 81ef0935063..20d735c1961 100644 --- a/icu4c/source/config/mh-hpux-acc +++ b/icu4c/source/config/mh-hpux-acc @@ -2,8 +2,6 @@ ## HP/UX-specific setup using aCC ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-hpux-acc,v 1.38 2004/03/26 22:33:12 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= : diff --git a/icu4c/source/config/mh-hpux-cc b/icu4c/source/config/mh-hpux-cc index f15502e97d8..9fd6187ab8f 100644 --- a/icu4c/source/config/mh-hpux-cc +++ b/icu4c/source/config/mh-hpux-cc @@ -2,8 +2,6 @@ ## HP/UX-specific setup using CC ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-hpux-cc,v 1.34 2004/03/26 22:33:12 grhoten-oss Exp $ ## This causes source/tools/pkgdata generated makefiles to create and link diff --git a/icu4c/source/config/mh-hpux-gcc b/icu4c/source/config/mh-hpux-gcc index 169b3d34bd8..c4c70aa78fb 100644 --- a/icu4c/source/config/mh-hpux-gcc +++ b/icu4c/source/config/mh-hpux-gcc @@ -2,8 +2,6 @@ ## HPUX/gcc specific setup ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-hpux-gcc,v 1.6 2004/03/26 22:33:12 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) diff --git a/icu4c/source/config/mh-irix b/icu4c/source/config/mh-irix index 0f43cf5a264..a998369d6a4 100644 --- a/icu4c/source/config/mh-irix +++ b/icu4c/source/config/mh-irix @@ -2,8 +2,6 @@ ## IRIX-specific setup (for CC) ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-irix,v 1.25 2004/03/26 22:33:12 grhoten-oss Exp $ ## Flags for position independent code SHAREDLIBCFLAGS = -shared diff --git a/icu4c/source/config/mh-linux b/icu4c/source/config/mh-linux index 23c04ea0e4d..1865539acb5 100644 --- a/icu4c/source/config/mh-linux +++ b/icu4c/source/config/mh-linux @@ -2,8 +2,6 @@ ## Linux-specific setup ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-linux,v 1.34 2004/03/26 08:04:52 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) diff --git a/icu4c/source/config/mh-mpras b/icu4c/source/config/mh-mpras index 8315e7289bd..99c84d96479 100644 --- a/icu4c/source/config/mh-mpras +++ b/icu4c/source/config/mh-mpras @@ -3,7 +3,6 @@ ## Copyright (c) 2003-2003, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-mpras,v 1.4 2004/03/26 22:33:12 grhoten-oss Exp $ ## Original contributer: Jason Gordon from NCR ## Flags for position independent code diff --git a/icu4c/source/config/mh-os390 b/icu4c/source/config/mh-os390 index 24ba82efef3..57f8e0ff4ba 100644 --- a/icu4c/source/config/mh-os390 +++ b/icu4c/source/config/mh-os390 @@ -2,8 +2,6 @@ ## 390-specific setup ## Copyright (c) 1999-2004, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-os390,v 1.61 2004/04/01 00:21:57 grhoten-oss Exp $ ################################################################### # IMPORTANT NOTE # diff --git a/icu4c/source/config/mh-os400 b/icu4c/source/config/mh-os400 index 84232c59099..e40702cc438 100644 --- a/icu4c/source/config/mh-os400 +++ b/icu4c/source/config/mh-os400 @@ -2,8 +2,6 @@ ## OS400-specific setup (for cross build) ## Copyright (c) 1999-2004, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-os400,v 1.26 2004/04/01 00:21:57 grhoten-oss Exp $ GEN_DEPS.c= $(CC1) -E -M $(DEFS) $(CPPFLAGS) GEN_DEPS.cc= $(CXX1) -E -M $(DEFS) $(CPPFLAGS) diff --git a/icu4c/source/config/mh-ptx b/icu4c/source/config/mh-ptx index c749c84ac8a..0305d5cc459 100644 --- a/icu4c/source/config/mh-ptx +++ b/icu4c/source/config/mh-ptx @@ -2,8 +2,6 @@ ## PTX-specific setup ## Copyright (c) 1999-2000, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-ptx,v 1.17 2002/01/04 23:48:43 yves-oss Exp $ ## Flags for position independent code SHAREDLIBCFLAGS = -KPIC diff --git a/icu4c/source/config/mh-qnx b/icu4c/source/config/mh-qnx index cb37142ab22..e52fc4e4457 100644 --- a/icu4c/source/config/mh-qnx +++ b/icu4c/source/config/mh-qnx @@ -4,8 +4,6 @@ ## others. All Rights Reserved. ## ## Provided By: Chris McKillop -## -## $Id: mh-qnx,v 1.4 2004/03/26 18:07:36 grhoten-oss Exp $ # diff --git a/icu4c/source/config/mh-solaris b/icu4c/source/config/mh-solaris index a09332c49ac..9d12e8a5687 100644 --- a/icu4c/source/config/mh-solaris +++ b/icu4c/source/config/mh-solaris @@ -2,8 +2,6 @@ ## Solaris-specific setup using Sun's workshop compilers ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-solaris,v 1.37 2004/03/26 22:33:12 grhoten-oss Exp $ ## Flags for position independent code SHAREDLIBCFLAGS = -KPIC diff --git a/icu4c/source/config/mh-solaris-gcc b/icu4c/source/config/mh-solaris-gcc index 335109c1832..5961196bec9 100644 --- a/icu4c/source/config/mh-solaris-gcc +++ b/icu4c/source/config/mh-solaris-gcc @@ -2,8 +2,6 @@ ## Solaris-specific setup using gcc ## Copyright (c) 1999-2003, International Business Machines Corporation and ## others. All Rights Reserved. -## -## $Id: mh-solaris-gcc,v 1.35 2004/03/26 22:33:12 grhoten-oss Exp $ ## Flags for position independent code SHAREDLIBCFLAGS = -fPIC