[PATCH libXt] Use automake silent rules for BUILT_SOURCES generation

Gaetan Nadon memsize at videotron.ca
Fri Apr 2 10:42:54 PDT 2010


On Fri, 2010-04-02 at 01:44 -0500, Yaakov (Cygwin/X) wrote:

> From: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
> 
> Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
> ---
>  src/Makefile.am |   12 ++++++------
>  1 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/src/Makefile.am b/src/Makefile.am
> index a43fb22..2b39ec5 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -97,9 +97,9 @@ all-local: $(BUILT_FILES)
>  $(BUILT_HEADER): $(BUILT_SOURCE)
>  
>  $(BUILT_SOURCE):
> -	$(top_builddir)/util/makestrs -i $(top_srcdir) $(STRINGSABIOPTIONS) < $(STRING_LIST) > StringDefs.c
> -	mkdir -p $(top_builddir)/src
> -	mkdir -p $(top_builddir)/include/X11
> -	cp StringDefs.h $(top_builddir)/include/X11
> -	cp Shell.h $(top_builddir)/include/X11
> -	rm StringDefs.h Shell.h
> +	$(AM_V_GEN)$(top_builddir)/util/makestrs -i $(top_srcdir) $(STRINGSABIOPTIONS) < $(STRING_LIST) > StringDefs.c
> +	$(AM_V_at)mkdir -p $(top_builddir)/src
> +	$(AM_V_at)mkdir -p $(top_builddir)/include/X11
> +	$(AM_V_at)cp StringDefs.h $(top_builddir)/include/X11
> +	$(AM_V_at)cp Shell.h $(top_builddir)/include/X11
> +	$(AM_V_at)rm StringDefs.h Shell.h


Acked-by: Gaetan Nadon <memsize at videotron.ca>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100402/6dbe4d65/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100402/6dbe4d65/attachment.pgp>


More information about the xorg-devel mailing list