Remove md5.c check, add CVS log stamp. Update comments.
authorBruce Momjian
Tue, 13 Nov 2001 22:06:58 +0000 (22:06 +0000)
committerBruce Momjian
Tue, 13 Nov 2001 22:06:58 +0000 (22:06 +0000)
src/backend/libpq/Makefile
src/backend/libpq/md5.c
src/interfaces/odbc/md5.c

index 45ec3e9d55758553e403ff02765e98851bd13fe1..f45feaed1f7c861138219455024981f89c8113b2 100644 (file)
@@ -4,7 +4,7 @@
 #    Makefile for libpq subsystem (backend half of libpq interface)
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/backend/libpq/Makefile,v 1.27 2001/11/12 04:19:15 tgl Exp $
+#    $Header: /cvsroot/pgsql/src/backend/libpq/Makefile,v 1.28 2001/11/13 22:06:58 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -19,12 +19,7 @@ OBJS = be-fsstubs.o \
    pqcomm.o pqformat.o pqsignal.o util.o
 
 
-all: check_md5 SUBSYS.o
-
-check_md5:
-   @cmp -s md5.c ../../interfaces/odbc/md5.c || \
-   (echo "src/interfaces/odbc/md5.c doesn't match src/backend/libpq/md5.c" && \
-    exit 1)
+all: SUBSYS.o
 
 SUBSYS.o: $(OBJS)
    $(LD) $(LDREL) $(LDOUT) SUBSYS.o $(OBJS)
index 9c1f1e041d56326ae86650984a75c527023d66b0..8ad2ba1c6c01d390184b1778e0d8fe3cd94af6a5 100644 (file)
  *
  * Sverre H. Huseby 
  *
- * There are two copies of this file, one in backend/libpq and another
- * in interfaces/odbc.  These two files must be identical or they will not
- * compile.  There is no CVS tag in this file so they can remain identical.
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1994, Regents of the University of California
+ *
+ * IDENTIFICATION
+ *   $Log: md5.c,v $
+ *   Revision 1.13  2001/11/13 22:06:58  momjian
+ *   Remove md5.c check, add CVS log stamp.  Update comments.
+ *
  */
 
 
+/*
+ * NOTE:
+ *
+ * There are two copies of this file, one in backend/libpq and another
+ * in interfaces/odbc.  They should be identical.
+ */
 #ifndef MD5_ODBC
 #include "postgres.h"
 #include "libpq/crypt.h"
index 9c1f1e041d56326ae86650984a75c527023d66b0..ff3a14e17294c56f37a53d42d531c05a4c7dac8c 100644 (file)
  *
  * Sverre H. Huseby 
  *
- * There are two copies of this file, one in backend/libpq and another
- * in interfaces/odbc.  These two files must be identical or they will not
- * compile.  There is no CVS tag in this file so they can remain identical.
+ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1994, Regents of the University of California
+ *
+ * IDENTIFICATION
+ *   $Log: md5.c,v $
+ *   Revision 1.5  2001/11/13 22:06:58  momjian
+ *   Remove md5.c check, add CVS log stamp.  Update comments.
+ *
  */
 
 
+/*
+ * NOTE:
+ *
+ * There are two copies of this file, one in backend/libpq and another
+ * in interfaces/odbc.  They should be identical.
+ */
 #ifndef MD5_ODBC
 #include "postgres.h"
 #include "libpq/crypt.h"