diff options
author | Jim Meyering <jim@meyering.net> | 2002-12-15 20:55:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-12-15 20:55:20 +0000 |
commit | 8aaa230726e119d7abcfb77b3ef078f3ff82093b (patch) | |
tree | 42b321341a109d524ac5e583ba8ded3dc476974c /TODO | |
parent | a05f1702902589575796ca1164ca999a37915d91 (diff) | |
download | coreutils-8aaa230726e119d7abcfb77b3ef078f3ff82093b.tar.xz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -8,10 +8,6 @@ strip: add an option to specify the program used to strip binaries. Makefile.maint: extract announcement-generation into a perl script -remove PARAMS macros -grep -lE 'PARAMS ?\(\(.*\)\);?$' *.[ch] \ - | xargs perl -pi -e 's/PARAMS ?\((\(.*\))\)(;?)$/$1$2/' - doc/coreutils.texi: Address this comment: FIXME: mv's behavior in this case is system-dependent Better still: fix the code so it's *not* system-dependent. |