Standardize "subdir = <name>" in the Makefile(s)
authorPavan Deolasee <[email protected]>
Mon, 8 Feb 2016 05:36:30 +0000 (11:06 +0530)
committerPavan Deolasee <[email protected]>
Mon, 8 Feb 2016 05:36:30 +0000 (11:06 +0530)
src/gtm/client/Makefile
src/gtm/common/Makefile
src/gtm/common/elog.c
src/gtm/config/Makefile
src/gtm/gtm_ctl/Makefile
src/gtm/libpq/Makefile
src/gtm/main/Makefile
src/gtm/path/Makefile
src/gtm/proxy/Makefile
src/gtm/recovery/Makefile

index bedbaf8cbf6ed4df375604a4bd99856d5c4d9d96..f1e9cdb579f661e12605019d740ba6c89e88498a 100644 (file)
@@ -9,7 +9,7 @@
 #-----------------------------------------------------------------------------
 top_builddir=../../..
 include $(top_builddir)/src/Makefile.global
-subdir=src/gtm/client
+subdir = src/gtm/client
 
 NAME=gtmclient
 SO_MAJOR_VERSION= 1
index cb58dc998eb176cc87ead83de71a498fe325539c..b059a27ec7df45fc859577e010e9f9db947e7831 100644 (file)
@@ -8,7 +8,7 @@
 #
 #-----------------------------------------------------------------------------
 top_builddir=../../..
-subdir=src/gtm/common
+subdir = src/gtm/common
 
 include $(top_builddir)/src/Makefile.global
 
index 70e0c95a9bb0ab36151f02088cf56ae86e1df5b7..a08dfd292ff7963c5a32aba08c359c6bacbc4487 100644 (file)
@@ -609,7 +609,8 @@ elog_finish(int elevel, const char *fmt,...)
         */
        errordata_stack_depth--;
        errno = edata->saved_errno;
-       if (!errstart(elevel, edata->filename, edata->lineno, edata->funcname, NULL))
+       if (!errstart(elevel, edata->filename, edata->lineno, edata->funcname,
+                               NULL))
                return;                                 /* nothing to do */
 
        /*
index e0a7c8f30009025aaff1fbf904095fc16d707bb2..e8f253e6546b21aedcc41501413e28cd35fa8e14 100644 (file)
@@ -9,7 +9,7 @@
 #-----------------------------------------------------------------------------
 top_builddir=../../..
 include $(top_builddir)/src/Makefile.global
-subdir=src/gtm/config
+subdir = src/gtm/config
 
 override CPPFLAGS := -I. -I$(libpq_srcdir) $(CPPFLAGS)
 LIBS += $(PTHREAD_LIBS)
index 6b079b783210855c8ced4afefa2b32d5205eaf36..03bd792a0721f8db6eeddd38fd7cbe53ea415c5c 100644 (file)
@@ -9,7 +9,7 @@
 #-----------------------------------------------------------------------------
 top_builddir=../../..
 include $(top_builddir)/src/Makefile.global
-subdir=src/gtm/gtm_ctl
+subdir = src/gtm/gtm_ctl
 
 OBJS=gtm_ctl.o 
 
index dd22b0dcb1a3314da4091717114e65c062b6a6c6..21f91a390c9d73624a2aecd25133a40c09d6b774 100644 (file)
@@ -9,7 +9,7 @@
 #-----------------------------------------------------------------------------
 top_builddir=../../..
 include $(top_builddir)/src/Makefile.global
-subdir=src/gtm/libpq
+subdir = src/gtm/libpq
 
 NAME=pqcomm
 SO_MAJOR_VERSION= 1
index 208b2297c71f19a8924fbaef0623343ab2c3b4fc..ebd22fc2d89ced786816ce557ec281d2d53ed002 100644 (file)
@@ -9,7 +9,7 @@
 #-----------------------------------------------------------------------------
 top_builddir=../../..
 include $(top_builddir)/src/Makefile.global
-subdir=src/gtm/main
+subdir = src/gtm/main
 
 ifneq ($(PORTNAME), win32)
 override CFLAGS += $(PTHREAD_CFLAGS)
index 186b3b1876992e95727aa26cece20348bc98dd3f..d573848cd7d7cf07179677ef3624437751c59648 100644 (file)
@@ -9,7 +9,7 @@
 #-----------------------------------------------------------------------------
 top_builddir=../../..
 include $(top_builddir)/src/Makefile.global
-subdir=src/gtm/path
+subdir = src/gtm/path
 
 NAME=gtmpath
 SO_MAJOR_VERSION= 1
index fe350113a98113cb5fe8c33bcab4b6927da09b33..ee0aa1cdd8aecec2c27695808367e58768e1b0fc 100644 (file)
@@ -9,7 +9,7 @@
 #-----------------------------------------------------------------------------
 top_builddir=../../..
 include $(top_builddir)/src/Makefile.global
-subdir=src/gtm/proxy
+subdir = src/gtm/proxy
 
 ifneq ($(PORTNAME), win32)
 override CFLAGS += $(PTHREAD_CFLAGS)
index e98e0f69fd213303deacfde809f9b9394905f230..89529a31b3a15bd13cebb7b8dd37c5a76dcac16e 100644 (file)
@@ -9,7 +9,7 @@
 #-----------------------------------------------------------------------------
 top_builddir=../../..
 include $(top_builddir)/src/Makefile.global
-subdir=src/gtm/recovery
+subdir = src/gtm/recovery
 
 NAME=gtmrecovery
 SO_MAJOR_VERSION= 1