maint.mk: avoid echo -e
authorEric Blake <eblake@redhat.com>
Wed, 26 May 2010 17:47:22 +0000 (11:47 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 26 May 2010 17:47:22 +0000 (11:47 -0600)
commit6092793de4f40942ebab22cc146de2de2ecb275f
treeaf102bdf07050e04ac336ee75f65bdc53f2fd787
parentc2683209a653dfe553739c586911137b4ef692a7
maint.mk: avoid echo -e

There are still other potentially non-portable uses of echo
throughout this file, if $(ME) contains \ or starts with -,
but this patch is a trivial step in the right direction.

* top/maint.mk (gzip_rsyncable): Convert all uses of echo -* to
printf.
Reported by Matthias Bolte.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
top/maint.mk