avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] release status


From: Theodore A. Roth
Subject: Re: [avrdude-dev] release status
Date: Tue, 11 Mar 2003 16:36:45 -0800 (PST)


On Tue, 11 Mar 2003, E. Weddington wrote:

:) On 11 Mar 2003 at 15:51, Theodore A. Roth wrote:
:)
:) > Can I see more of the output? I need to see the actual command it
:) > tried to run to remove stuff.
:)
:) See attached for the gory details of make distcheck.

Fixed thusly:

diff -u -r1.1 Makefile.am
--- windows/Makefile.am 26 Feb 2003 00:14:54 -0000      1.1
+++ windows/Makefile.am 12 Mar 2003 00:29:25 -0000
@@ -54,7 +54,7 @@

 uninstall-local:
        @for file in $(local_install_list); do \
-               echo " rm -f $(DESTDIR)$(bindir)"; \
-               rm -f $(DESTDIR)$(bindir); \
+               echo " rm -f $(DESTDIR)$(bindir)/$$file"; \
+               rm -f $(DESTDIR)$(bindir)/$$file; \
        done


That should get 'make distcheck' working on windows now. If not, let
me know.

Ted




reply via email to

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