]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- update to 6.
authorArtur Frysiak <artur@frysiak.net>
Mon, 12 Jul 1999 11:12:32 +0000 (11:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql-DESTDIR.patch -> 1.2

postgresql-DESTDIR.patch

index b0b568caa72ccc432c4e78df8b43b3fec72ece3a..174552c4d009b9138fd0e34e2ff42fa77952c3e1 100644 (file)
@@ -40,33 +40,3 @@ diff -ur postgresql-6.4.2.old/src/Makefile.global.in postgresql-6.4.2/src/Makefi
  
  ##############################################################################
  #
-diff -ur postgresql-6.4.2.old/src/interfaces/ecpg/include/Makefile postgresql-6.4.2/src/interfaces/ecpg/include/Makefile
---- postgresql-6.4.2.old/src/interfaces/ecpg/include/Makefile  Wed Jun 30 10:43:20 1999
-+++ postgresql-6.4.2/src/interfaces/ecpg/include/Makefile      Wed Jun 30 10:42:13 1999
-@@ -6,10 +6,10 @@
-       @echo Nothing to be done.
- install::
--      $(INSTALL) $(INSTLOPTS) ecpgerrno.h $(DESTDIR)$(HEADERDIR)      
--      $(INSTALL) $(INSTLOPTS) ecpglib.h $(DESTDIR)$(HEADERDIR)        
--      $(INSTALL) $(INSTLOPTS) ecpgtype.h $(DESTDIR)$(HEADERDIR)       
--      $(INSTALL) $(INSTLOPTS) sqlca.h $(DESTDIR)$(HEADERDIR)  
-+      $(INSTALL) $(INSTLOPTS) ecpgerrno.h $(HEADERDIR)        
-+      $(INSTALL) $(INSTLOPTS) ecpglib.h $(HEADERDIR)  
-+      $(INSTALL) $(INSTLOPTS) ecpgtype.h $(HEADERDIR) 
-+      $(INSTALL) $(INSTLOPTS) sqlca.h $(HEADERDIR)    
- uninstall::
-       rm -f $(DESTDIR)$(HEADERDIR)/ecpgerrno.h
-diff -ur postgresql-6.4.2.old/src/interfaces/ecpg/preproc/Makefile postgresql-6.4.2/src/interfaces/ecpg/preproc/Makefile
---- postgresql-6.4.2.old/src/interfaces/ecpg/preproc/Makefile  Fri Oct 16 06:40:38 1998
-+++ postgresql-6.4.2/src/interfaces/ecpg/preproc/Makefile      Wed Jun 30 10:43:57 1999
-@@ -18,7 +18,7 @@
-       rm -f *.o core a.out ecpg y.tab.h y.tab.c pgc.c *~
- install: all
--      $(INSTALL) $(INSTL_EXE_OPTS) ecpg $(DESTDIR)$(BINDIR)
-+      $(INSTALL) $(INSTL_EXE_OPTS) ecpg $(BINDIR)
- uninstall:
-       rm -f $(DESTDIR)$(BINDIR)/ecpg
This page took 0.264863 seconds and 4 git commands to generate.