This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: [patch] Another over zealous sanity check
- From: Tom Tromey <tromey at redhat dot com>
- To: Bruce Korb <bkorb at pacbell dot net>
- Cc: Automake Development <automake at gnu dot org>
- Date: 21 Aug 2002 11:12:42 -0600
- Subject: Re: [patch] Another over zealous sanity check
- References: <3D61B4B8.D2484792@pacbell.net>
- Reply-to: tromey at redhat dot com
>>>>> "Bruce" == Bruce Korb <bkorb@pacbell.net> writes:
Bruce> +## DO NOT FORGET that there may be duplicates in the source and build :-(
When?
Bruce> - cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Bruce> + cp -pR $$d/$$file $(distdir)$$dir || :; \
A patch like this really requires a rationale.
Tom