avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] Re: another cygwin make problem


From: E. Weddington
Subject: Re: [avr-libc-dev] Re: another cygwin make problem
Date: Mon, 11 Nov 2002 14:17:38 -0700

On 11 Nov 2002 at 12:15, Theodore A. Roth wrote:

> 
> 
> On Mon, 11 Nov 2002, E. Weddington wrote:
> 
> :) Ok, it looks like it built. At least nothing that looks like an :)
> error.
> 
> If this is the change you made, I'll commit it:
> 
> Index: doc/api/Makefile.am
> ===================================================================
> RCS file: /cvsroot/avr-libc/avr-libc/doc/api/Makefile.am,v retrieving
> revision 1.28 diff -u -r1.28 Makefile.am --- doc/api/Makefile.am 11
> Nov 2002 06:21:48 -0000      1.28 +++ doc/api/Makefile.am 11 Nov 2002
> 20:10:24 -0000 @@ -95,7 +95,7 @@
> 
>  # Make the background color of the png's transparent.
>  fix_png:
> -       cd $(USER_MANUAL) 2>/dev/null || exit 0; \
> +       cd $(USER_MANUAL) || exit 0; \
>         for png in *.png; do \
>                 echo "Fixing transparency for $$png"; \
>                 $(PNGTOPNM) $$png > tmp.pnm; \
> 

Yes. Ok to commit.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]