]> 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 5ba8822b4f7cf96569bfd2aa837f5bf1715ba0b3..5d599dbd0ca2519436702a934e2fb666aa53aaf3 100644 (file)
@@ -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)