automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [FYI] [ng] cleanup: remove an obsolete "FIXME" comment


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] [ng] cleanup: remove an obsolete "FIXME" comment
Date: Sun, 22 Jul 2012 13:45:58 +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 <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]