Re: automake/373: race condition with subdir objects:

2003-07-21 Thread Alexandre Duret-Lutz
>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: Robert> the following will break on distclean aith automake 1.7.5: Robert> Makefile.am: Robert> SUBDIRS=a Robert> AUTOMAKE_OPTIONS = subdir-objects Robert> bin_PROGRAMS=foo Robert> foo_SOURCES=a/foo.cc Robert> a/Makefile.am Robe

race condition with subdir objects:

2003-07-17 Thread Robert Collins
the following will break on distclean aith automake 1.7.5: Makefile.am: SUBDIRS=a AUTOMAKE_OPTIONS = subdir-objects bin_PROGRAMS=foo foo_SOURCES=a/foo.cc a/Makefile.am bin_PROGRAMS=bar bar_SOURCES=bar.cc The failure is because subdirs are distcleaned first, and a/.deps is rm -rf'd before the