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: Theodore A. Roth
Subject: Re: [avr-libc-dev] Re: another cygwin make problem
Date: Mon, 11 Nov 2002 12:15:37 -0800 (PST)

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; \


:)
:) I think it installed correctly too.
:)
:) Is there any way to tell if you have a correct install? All files in
:) the correct location, etc.

There's no automated check. The best you can do is probably set DESTDIR
and look in the installed files:

  $ make DESTDIR=<foo> install

The files should end up installed in $DESTDIR/$prefix

Ted Roth





reply via email to

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