From 04fa1a90a7bae10acfe2eb7c03a088f49186be3c Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 19 Nov 2008 17:13:30 +0100 Subject: [PATCH] pass --no-print-directory to sub make invocations Signed-off-by: martin f. krafft --- debian/tg2quilt.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/tg2quilt.mk b/debian/tg2quilt.mk index 1f89092..4cd2755 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) -f debian/rules tg-export + $(MAKE) --no-print-directory -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) -f debian/rules tg-rmdir + $(MAKE) --no-print-directory -f debian/rules tg-rmdir tg-forceclean: clean test -d $(PATCHES_DIR) && rm -r $(PATCHES_DIR) || : -- 2.30.2