bdr: Ugly makefile hack to support make clean
authorAndres Freund <andres@anarazel.de>
Fri, 14 Mar 2014 20:57:56 +0000 (21:57 +0100)
committerAndres Freund <andres@anarazel.de>
Thu, 3 Jul 2014 15:55:20 +0000 (17:55 +0200)
contrib/bdr/Makefile
contrib/bdr/bdr_apply.c

index 87b79d0e33fff032d58ca6dd248311a8b62ff548..4ddabb7b834067c13b892d57127ea8a696f69579 100644 (file)
@@ -11,6 +11,8 @@ all:
    $(MAKE) -f $(top_srcdir)/contrib/bdr/output.mk $(MAKECMDGOALS)
    $(MAKE) -f $(top_srcdir)/contrib/bdr/worker.mk $(MAKECMDGOALS)
 
+clean: all
+
 # phony target...
 check: all
 
index 3409cac53279966fc121eba3c5a002ae32a69c1d..2daa5dd3837b7b355f7ddde42f448a5f6fd2b25a 100644 (file)
 #include "utils/syscache.h"
 #include "utils/tqual.h"
 
+/* Useful for development:
 #define VERBOSE_INSERT
 #define VERBOSE_DELETE
 #define VERBOSE_UPDATE
+*/
 
 typedef struct BDRTupleData
 {