automake
[Top][All Lists]
Advanced

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

[patch] Another over zealous sanity check


From: Bruce Korb
Subject: [patch] Another over zealous sanity check
Date: Mon, 19 Aug 2002 20:17:12 -0700

--- distdir.am  Sun Jul 21 21:31:06 2002
+++ distdir.am.new      Mon Aug 19 20:14:41 2002
@@ -98,10 +98,11 @@
 ## source files _and_ generated files.  It is also important when the
 ## directory exists only in $(srcdir), because some vendor Make (such
 ## as Tru64) will magically create an empty directory in `.'
+## DO NOT FORGET that there may be duplicates in the source and build :-(
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
            fi; \
-           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+           cp -pR $$d/$$file $(distdir)$$dir || :; \
          else \
 ## Test for file existence because sometimes a file gets included in
 ## DISTFILES twice.  For example this happens when a single source




reply via email to

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