autoconf-patches
[Top][All Lists]
Advanced

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

Re: Avoid certain spurious `testsuite' rebuilds


From: Stepan Kasal
Subject: Re: Avoid certain spurious `testsuite' rebuilds
Date: Sun, 9 Apr 2006 18:13:28 +0200
User-agent: Mutt/1.4.1i

Hello,

On Sun, Apr 09, 2006 at 09:01:14AM -0700, Noah Misch wrote:
> [...]  With this patch, we'll check the
> ac*.at at every `make check', until we have occasion to regenerate 
> `testsuite'.

no, after we check that ac*.at didn't change and testsuite does not
need any update, we touch testsuite:

$(TESTSUITE): $(TESTSUITE_dependencies) $(AUTOCONF_FILES)
        $(srcdir)/mktests.sh $(AUTOCONF_FILES)
        mv $@ address@hidden
        $(MAKE) $(AM_MAKEFLAGS) address@hidden
        touch address@hidden
        mv address@hidden $@

Have a nice day,
        Stepan




reply via email to

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