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:46:18 -0800 (PST)


On Tue, 11 Mar 2003, Brian Dean wrote:

:) On Tue, Mar 11, 2003 at 02:48:13PM -0800, Theodore A. Roth wrote:
:)
:) > commit comments from the beginning of history. Check your email addrs
:) > in the ChangeLog files incase I used the wrong ones when updating
:) > them.
:)
:) Ted, I'd prefer to use my 'address@hidden' e-mail address for these.
:) Should I change these myself or are these generated in some way?

Go ahead and change em. They will not be generated automatically again
(I used emacs to generate them and then hand tuned them).

:)
:) > If everyone gets the following from a 'make distcheck', I'd say tag it
:) > with "release-4_0_0".
:) >
:) > Ted
:) >
:) > ==============================================
:) > avrdude-4.0.0.tar.gz is ready for distribution
:) > ==============================================
:)
:) I get:
:)
:) ...
:) ERROR: files left in build directory after distclean:
:) ./config_gram.h
:) ./doc/version.texi
:) ./doc/stamp-vti
:) ./config_gram.c
:) ./lexer.c
:) *** Error code 1
:)
:) Stop in /home/bsd/src/savannah/avrdude/obj/avrdude-4.0.0/_build.
:) *** Error code 1
:)
:) Stop in /home/bsd/src/savannah/avrdude/obj.

Are you building the same dir as the source, or in a subdir? I think
that the distcheck rule requires a subdir as such:

  $ cd avrdude-cvs
  $ # run bootstrap
  $ mkdir obj
  $ ../configure <blah, blah, blah>
  $ make distcheck

If you are doing that, I've got some more fixin' ta do.

Ted




reply via email to

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