automake
[Top][All Lists]
Advanced

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

Re: tests/ChangeLog


From: Derek R. Price
Subject: Re: tests/ChangeLog
Date: Wed, 07 Feb 2001 16:44:35 -0500

Pavel Roskin wrote:

> On 7 Feb 2001, Tom Tromey wrote:
>
> > I've long considered it a mistake that tests/ChangeLog exists.  I
> > think it should be merged with the main ChangeLog.
> >
> > How about I rename tests/ChangeLog and we start putting entries into
> > the toplevel ChangeLog?  Any objections?
>
> No objections.
>
> In fact, by having two ChangeLogs GNU Automake "endorses" its users to use
> this style. This should be fixed.

Looks like you need to regenerate the Makefile.in - you broke make dist:


     address@hidden automake-clean]$ make dist
     chmod -R a+w automake-1.4c > /dev/null 2>&1; rm -rf automake-1.4c
     mkdir automake-1.4c
     /bin/sh ./mkinstalldirs automake-1.4c/. .
     for subdir in . m4 tests; do \
       if test "$subdir" = .; then :; else \
         test -d automake-1.4c/$subdir \
         || mkdir automake-1.4c/$subdir \
         || exit 1; \
         (cd $subdir && \
           make  top_distdir=../automake-1.4c
     distdir=../automake-1.4c/$subdir distdir) \
           || exit 1; \
       fi; \
     done
     make[1]: Entering directory `/home/dprice/work/automake-clean/m4'
     make[1]: Leaving directory `/home/dprice/work/automake-clean/m4'
     make[1]: Entering directory
     `/home/dprice/work/automake-clean/tests'
     make[1]: *** No rule to make target `ChangeLog', needed by
     `distdir'.  Stop.
     make[1]: Leaving directory `/home/dprice/work/automake-clean/tests'

     make: *** [distdir] Error 1

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:address@hidden     OpenAvenue ( http://OpenAvenue.com )
--
I will not bring sheep to class.
I will not bring sheep to class.
I will not bring sheep to class...

          - Bart Simpson on chalkboard, _The Simpsons_






reply via email to

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