X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=blobdiff_plain;f=debian%2Ftg2quilt.mk;h=66e9d4123ac0ab758c334ebea0e64819f387b308;hp=2ff9bc9a754f7cc051143ef3952cecdc8caf7534;hb=58b53a7ee85c43d59017a5eacfe559369436bfa9;hpb=32158f526a4add8e1461a17414dee675a80d3f8e diff --git a/debian/tg2quilt.mk b/debian/tg2quilt.mk index 2ff9bc9..66e9d41 100644 --- a/debian/tg2quilt.mk +++ b/debian/tg2quilt.mk @@ -68,8 +68,10 @@ else # We are in a TopGit branch, so let the fun begin. -ifdef (PATCHES_DIR) - @echo 'W: The $PATCHES_DIR variable is deprecated, please use $QUILT_PATCH_DIR instead' >&2 +ifdef PATCHES_DIR + DUMMY := $(warning W: The $$PATCHES_DIR variable is deprecated, please use $$QUILT_PATCH_DIR instead.) + DUMMY := $(warning W: Sleeping for 10 seconds so you can read this!) + DUMMY := $(shell sleep 10) QUILT_PATCH_DIR := $(PATCHES_DIR) endif