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<mems...@videotron.ca>
Build-tested on servers 1.0 through 1.9. Please add the below Acked-by and push.

Acked-by: Thomas Hellstrom <thellst...@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)


_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to