* 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 <stefano.lattarini@gmail.com>
## 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))