* lib/am/clean.am: In here, about the need to break too long lists of files to be cleaned in order to avoid exceeding command line limits. We already do that successfully!
Signed-off-by: Stefano Lattarini <[email protected]> --- lib/am/clean.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/am/clean.am b/lib/am/clean.am index bc11bc4..2e1af82 100644 --- a/lib/am/clean.am +++ b/lib/am/clean.am @@ -44,10 +44,6 @@ am__distclean_files += $(if $(filter .,$(srcdir)),,$(CONFIG_CLEAN_VPATH_FILES)) ## This is what mainline Automake does. am__maintclean_files += $(BUILT_SOURCES) -## FIXME: These might cause command line length limits to be exceeded; -## FIXME: we should break them on multiple invocations when there are -## FIXME: too many files. - mostlyclean-am: mostlyclean-generic mostlyclean-generic: $(call .am.clean-cmd.f,$(am__mostlyclean_files)) -- 1.7.10.4
