Changeset 1311 for branches/0.9-stable


Ignore:
Timestamp:
Nov 17, 2010, 2:29:10 PM (13 years ago)
Author:
Peter Johansson
Message:

refs #487. Only depend on repo when we are in wc. Strictly speaking we could depend also when not in wc but have test repo, i.e., building from an svn export, but that corner case seemed less important and Automake Conditinal HAVE_SVN_WC was already available.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.9-stable/test/Makefile.am

    r1267 r1311  
    8282lazycheck:; $(MAKE) $(AM_MAKEFLAGS) check RECHECK_LOGS=
    8383
     84if HAVE_SVN_WC
    8485repo_stamp = $(srcdir)/repo/db/current
     86else
     87repo_stamp =
     88endif
    8589
    8690# dependencies for lazycheck
     
    9498svndigest_copy_cache_test.log:init.sh $(top_builddir)/bin/svndigest-copy-cache $(repo_stamp)
    9599
    96 cache_partial.log: $(repo_stamp) $(srcdir)/data/AUTHORS.svndigest-cache-r61
     100cache_partial.log: $(repo_stamp)
    97101copyright.log: $(repo_stamp)
    98102stats.log: $(repo_stamp)
Note: See TracChangeset for help on using the changeset viewer.