bug-automake
[Top][All Lists]
Advanced

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

distcleancheck_listfiles example


From: Karl Berry
Subject: distcleancheck_listfiles example
Date: Fri, 25 Oct 2002 11:18:03 -0400

In the automake 1.7.1 (and earlier) manual, there's the following example:

     distcleancheck_listfiles = \
       find -type f -exec sh -c 'test -f $(scrdir)/{} || echo {}'

This does not actually work because the argument to -exec is terminated
with a ; ... as in:

  find -type f -exec "sh -c 'test -f $(srcdir)/{} || echo {}'" ';'


karl




reply via email to

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