From a6dd57e90a102732b25742edd6b6f3c757f3e957 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 22 Jul 2012 13:43:39 +0200 Subject: [PATCH] [ng] fixup: remove an obsolete "FIXME" comment * 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 --- lib/am/clean.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/am/clean.am b/lib/am/clean.am index bc11bc4c7..2e1af82ae 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)) -- 2.47.2