[PATCH libXi 2/3] make: remove unneeded AM_V_GEN silent rule directive.
Peter Hutterer
peter.hutterer at who-t.net
Wed Jun 15 16:18:09 PDT 2011
On Thu, Jun 09, 2011 at 04:03:39PM -0400, Gaetan Nadon wrote:
> It happens to be in the middle of the script statement and cause this
> incorrect output:
>
> rm XCloseDevice.man && make
> GEN XOpenDevice.3
> /bin/bash: line 1: @echo: command not found
> /bin/bash: line 2: @echo: command not found
> [...]
>
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
> man/Makefile.am | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/man/Makefile.am b/man/Makefile.am
> index c8db111..1b29b72 100644
> --- a/man/Makefile.am
> +++ b/man/Makefile.am
> @@ -171,8 +171,8 @@ SUFFIXES += .txt .xml
> # Invoke asciidoc/xmlto main man page generation for shadow pages
> $(libman_shadows):
> @if test ! -f $(@:.man=.libmansuffix); then \
> - $(AM_V_GEN)rm -f $<; \
> - $(AM_V_GEN)$(MAKE) $(AM_MAKEFLAGS) $< || exit 1; \
> + rm -f $<; \
> + $(MAKE) $(AM_MAKEFLAGS) $< || exit 1; \
> fi
> $(AM_V_GEN)mv -f $(@:.man=.libmansuffix) $@
> endif
> --
> 1.7.4.1
Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>
Cheers,
Peter
More information about the xorg-devel
mailing list