]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] fixup: remove an obsolete "FIXME" comment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 22 Jul 2012 11:43:39 +0000 (13:43 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 22 Jul 2012 13:01:39 +0000 (15:01 +0200)
* 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>
lib/am/clean.am

index bc11bc4c7c3543c34365ffbb465163fd8f638f84..2e1af82ae5de314e82447ee642fc7a7b1041fb75 100644 (file)
@@ -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))