summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-05 10:30:17 +0000
committerJim Meyering <jim@meyering.net>2006-01-05 10:30:17 +0000
commita12500ecace1a5aeb088f0dcd3a352de3c33d00f (patch)
tree0d266889e096ade357b3e8df1310032f84fd705d /Makefile.maint
parent15556eed38d441fbe17e9961d4c06f1e56170a95 (diff)
downloadcoreutils-a12500ecace1a5aeb088f0dcd3a352de3c33d00f.tar.xz
Add a FIXME comment.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint
index ddb6bff25..fced6c121 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -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.