From: martin f. krafft Date: Wed, 19 Nov 2008 15:57:09 +0000 (+0100) Subject: do not use MAKEFLAGS X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=commitdiff_plain;h=9f9a6f3fd05610d060a2fc6cfa761ece8748bab1 do not use MAKEFLAGS Signed-off-by: martin f. krafft --- diff --git a/debian/tg2quilt.mk b/debian/tg2quilt.mk index 2ad3cba..85445b2 100644 --- a/debian/tg2quilt.mk +++ b/debian/tg2quilt.mk @@ -69,7 +69,7 @@ $(QUILT_STAMPFN): tg-export unpatch: __tg-temp-export __tg-temp-export: @echo "Exporting TopGit branches to series so that quilt can clean up..." >&2 - $(MAKE) $(MAKEFLAGS) -f debian/rules tg-export + $(MAKE) -f debian/rules tg-export .PHONY: __tg-temp-export # Set some tg-export-specific variables, e.g. default TG_BRANCHES to all @@ -121,7 +121,7 @@ endif # Make sure that we try to clean up the patches directory last tg-clean: clean - $(MAKE) $(MAKEFLAGS) -f debian/rules tg-rmdir + $(MAKE) -f debian/rules tg-rmdir tg-forceclean: clean test -d debian/patches && rm -r $(PATCHES_DIR) || :