From: Jim Meyering Date: Thu, 5 Jan 2006 10:30:17 +0000 (+0000) Subject: Add a FIXME comment. X-Git-Tag: v6.0~960 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a12500ecace1a5aeb088f0dcd3a352de3c33d00f;p=thirdparty%2Fcoreutils.git Add a FIXME comment. --- diff --git a/Makefile.maint b/Makefile.maint index ddb6bff25b..fced6c1219 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.