]> granicus.if.org Git - postgresql/blobdiff - src/backend/common.mk
Don't apply sortgroupref labels to a tlist that might not match.
[postgresql] / src / backend / common.mk
index f4de2fe53d5c17953a5be15665935007f7629723..5d599dbd0ca2519436702a934e2fb666aa53aaf3 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Common make rules for backend
 #
-# $PostgreSQL: pgsql/src/backend/common.mk,v 1.9 2009/08/07 20:50:22 petere Exp $
+# src/backend/common.mk
 #
 
 # When including this file, set OBJS to the object files created in
@@ -40,9 +40,9 @@ $(SUBDIROBJS): $(SUBDIRS:%=%-recursive) ;
 $(SUBDIRS:%=%-recursive):
        $(MAKE) -C $(subst -recursive,,$@) all
 
+$(call recurse,clean)
 clean: clean-local
 clean-local:
-ifdef SUBDIRS
-       for dir in $(SUBDIRS); do $(MAKE) -C $$dir clean || exit; done
-endif
        rm -f $(subsysfilename) $(OBJS)
+
+$(call recurse,coverage)