[PATCH input-vmmouse 3/3] tools make: use Autoconf provided $(AM_V_GEN)$(SED)

Thomas Hellstrom thellstrom at vmware.com
Thu Oct 21 01:59:21 PDT 2010


On 10/20/2010 02:20 AM, Gaetan Nadon wrote:
> Enables silent rule and use platform appropriate version of sed.
>
> Signed-off-by: Gaetan Nadon<memsize at videotron.ca>
>    
Build-tested on servers 1.0 through 1.9. Please add the below Acked-by 
and push.

Acked-by: Thomas Hellstrom <thellstrom at vmware.com>


> ---
>   tools/Makefile.am |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tools/Makefile.am b/tools/Makefile.am
> index b7357b9..23493cd 100644
> --- a/tools/Makefile.am
> +++ b/tools/Makefile.am
> @@ -48,7 +48,7 @@ udevdir=$(UDEV_RULES_DIR)
>   udev_DATA = 69-xorg-vmmouse.rules
>
>   $(udev_DATA): $(udev_DATA).in
> -	sed -e 's|__BIN_PREFIX__|$(bindir)|g'<  $<  >  $@
> +	$(AM_V_GEN)$(SED) -e 's|__BIN_PREFIX__|$(bindir)|g'<  $<  >  $@
>
>   CLEANFILES += $(udev_DATA)
>
>    



More information about the xorg-devel mailing list