From: Theodore Ts'o Date: Tue, 1 Jan 2008 22:00:39 +0000 (-0500) Subject: Fix Makefile race so that "make -j3 distclean" works correctly X-Git-Tag: v1.40.5~27 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9c3ea642e36e7c0ab95f226b46573a5b40c2c551;p=tools%2Fe2fsprogs.git Fix Makefile race so that "make -j3 distclean" works correctly With this fix, "dpkg-buildpackage -j3" should work w/o problems for the e2fsprogs package. Signed-off-by: "Theodore Ts'o" --- diff --git a/Makefile.in b/Makefile.in index f37640e..8fe2a03 100644 --- a/Makefile.in +++ b/Makefile.in @@ -99,8 +99,9 @@ mostlyclean: mostlyclean-recursive mostlyclean-local clean: clean-recursive clean-local clean-doc $(RM) -f $(SUBS) -distclean: distclean-doc distclean-recursive distclean-local +distclean: distclean-doc distclean-recursive $(RM) -rf autom4te.cache e2fsprogs.spec ext2ed/Makefile po/stamp-po + $(MAKE) distclean-local realclean: realclean-recursive realclean-local