OSDN Git Service

* Makefile.in: Add define to CXXFLAGS.
authorcgf <cgf>
Tue, 11 Dec 2001 22:51:01 +0000 (22:51 +0000)
committercgf <cgf>
Tue, 11 Dec 2001 22:51:01 +0000 (22:51 +0000)
winsup/utils/ChangeLog
winsup/utils/Makefile.in
winsup/utils/cygcheck.cc
winsup/utils/cygpath.cc
winsup/utils/module_info.cc
winsup/utils/parse_pe.cc
winsup/utils/ps.cc
winsup/utils/umount.cc

index ff6f7a7..63d77c3 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-11  Christopher Faylor  <cgf@redhat.com>
+
+       * Makefile.in: Add define to CXXFLAGS.
+
 2001-12-03  Christopher Faylor  <cgf@redhat.com>
 
        * cygcheck.cc (usage): Add -c description.
index 4020707..629e238 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for Cygwin utilities
-# Copyright 1996, 1997, 1998, 1999, 2000 Cygnus Solutions.
+# Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc.
 
 # This file is part of Cygwin.
 
@@ -31,7 +31,7 @@ CXX:=@CXX@
 CXX_FOR_TARGET:=$(CXX)
 
 CFLAGS:=@CFLAGS@
-CXXFLAGS:=@CXXFLAGS@ -fno-exceptions -fno-rtti
+CXXFLAGS:=@CXXFLAGS@ -fno-exceptions -fno-rtti -DHAVE_DECL_GETOPT=0
 
 include $(srcdir)/../Makefile.common
 
index 5bce951..ce9ad53 100644 (file)
@@ -759,7 +759,7 @@ dump_sysinfo ()
   time_t now;
   char *found_cygwin_dll;
 
-  printf ("\nCygnus Win95/NT Configuration Diagnostics\n");
+  printf ("\nCygwin Win95/NT Configuration Diagnostics\n");
   time (&now);
   printf ("Current System Time: %s\n", ctime (&now));
 
index 9f066eb..bac8b42 100644 (file)
@@ -1,6 +1,5 @@
-/* pathconv.cc -- convert pathnames between Windows and Unix format
-   Copyright 1998, 1999, 2000 Cygnus Solutions.
-   Written by Ian Lance Taylor <ian@cygnus.com>.
+/* cygpath.cc -- convert pathnames between Windows and Unix format
+   Copyright 1998, 1999, 2000, 2001 Red Hat, Inc.
 
 This file is part of Cygwin.
 
@@ -294,8 +293,8 @@ main (int argc, char **argv)
          break;
 
        case 'v':
-         printf ("Cygwin pathconv version 1.0\n");
-         printf ("Copyright 1998,1999,2000 Cygnus Solutions\n");
+         printf ("Cygwin path conversion version 1.1\n");
+         printf ("Copyright 1998,1999,2000,2001 Red Hat, Inc.\n");
          exit (0);
 
        default:
index 249f089..c0e7079 100644 (file)
@@ -1,6 +1,6 @@
 /* module_info.cc
 
-   Copyright 1999 Cygnus Solutions.
+   Copyright 1999,2000,2001 Red Hat, Inc.
 
    Written by Egor Duda <deo@logos-m.ru>
 
index 7e2a837..07242da 100644 (file)
@@ -1,6 +1,6 @@
 /* parse_pe.cc
 
-   Copyright 1999 Cygnus Solutions.
+   Copyright 1999,2000,2001 Red Hat, Inc.
 
    Written by Egor Duda <deo@logos-m.ru>
 
index 796d9f0..c32110b 100644 (file)
@@ -1,6 +1,6 @@
 /* ps.cc
 
-   Copyright 1996, 1997, 1998, 1999, 2000 Cygnus Solutions.
+   Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc.
 
 This file is part of Cygwin.
 
index c19b78c..cff08c7 100644 (file)
@@ -1,6 +1,6 @@
 /* umount.cc
 
-   Copyright 1996, 1998, 1999 Cygnus Solutions.
+   Copyright 1996, 1998, 1999, 2000, 2001 Red Hat, Inc.
 
 This file is part of Cygwin.