Makefiles.patch

application/octet-stream

Filename: Makefiles.patch
Type: application/octet-stream
Part: 0
Message: update for shlib makefiles on win32

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
interfaces/ecpg/lib/Makefile.in 0 3
interfaces/libpq/Makefile.in 0 3
Makefile.shlib 3 0
pl/plpgsql/src/Makefile.in 0 3
template/cygwin32 1 1
--- Makefile.shlib.orig	Wed Oct 13 11:48:15 1999
+++ Makefile.shlib	Wed Oct 13 11:49:01 1999
@@ -274,3 +274,6 @@
 
 clean-shlib:
 	rm -f $(shlib) lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION) lib$(NAME)$(DLSUFFIX)
+ifeq ($(PORTNAME), win)
+	rm -rf $(NAME).def
+endif
--- interfaces/libpq/Makefile.in.orig	Wed Oct 13 11:49:15 1999
+++ interfaces/libpq/Makefile.in	Wed Oct 13 11:49:28 1999
@@ -88,9 +88,6 @@
 clean: clean-shlib
 	rm -f lib$(NAME).a $(OBJS)
 	rm -f dllist.c common.c wchar.c conv.c big5.c
-ifeq ($(PORTNAME), win)
-	rm -f pq.def
-endif
 
 depend dep:
 	$(CC) -MM $(CFLAGS) *.c >depend
--- interfaces/ecpg/lib/Makefile.in.orig	Wed Oct 13 11:56:25 1999
+++ interfaces/ecpg/lib/Makefile.in	Wed Oct 13 11:56:00 1999
@@ -44,9 +44,6 @@
 
 clean: clean-shlib
 	rm -f lib$(NAME).a $(OBJS)
-ifeq ($(PORTNAME), win)
-	rm -f $(NAME).def
-endif
 
 depend dep:
 	$(CC) -MM $(CFLAGS) *.c >depend
--- pl/plpgsql/src/Makefile.in.orig	Wed Oct 13 11:51:41 1999
+++ pl/plpgsql/src/Makefile.in	Wed Oct 13 11:51:55 1999
@@ -82,6 +82,3 @@
 	rm -f *.o pl.tab.h pl_gram.c pl_scan.c
 # And the garbage that might have been left behind by partial build:
 	rm -f y.tab.c y.tab.h lex.yy.c
-ifeq ($(PORTNAME), win)
-	rm -f $(NAME).def
-endif
--- template/cygwin32.orig	Wed Oct 13 10:45:09 1999
+++ template/cygwin32	Wed Oct 13 10:45:15 1999
@@ -1,5 +1,5 @@
 AROPT:crs
-CFLAGS:-O2 -g
+CFLAGS:-O2
 SHARED_LIB:
 ALL:
 SRCH_INC:/usr/local/include