]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add a FIXME comment.
authorJim Meyering <jim@meyering.net>
Thu, 5 Jan 2006 10:30:17 +0000 (10:30 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 5 Jan 2006 10:30:17 +0000 (10:30 +0000)
Makefile.maint

index ddb6bff25b2122b4c1fdbfe7427da4f89339398a..fced6c1219dcc12fc119449578f2a217ff3f044e 100644 (file)
@@ -2,7 +2,7 @@
 # This Makefile fragment is shared between the coreutils,
 # CPPI, Bison, and Autoconf.
 
-## Copyright (C) 2001-2005 Free Software Foundation, Inc.
+## Copyright (C) 2001-2006 Free Software Foundation, Inc.
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -57,6 +57,10 @@ export LC_ALL = C
 ## Sanity checks.  ##
 ## --------------- ##
 
+# FIXME: add a check to prohibit definition in src/*.c of symbols defined
+# in system.h.  E.g. today I removed from tail.c a useless definition of
+# ENOSYS.  It was useless because system.h ensures it's defined.
+
 # Checks that don't require cvs.
 # Run `changelog-check' last, as previous test may reveal problems requiring
 # new ChangeLog entries.