GNU bug report logs -
#7397
make-docfile should support the @FILE command line option
Previous Next
Reported by: Dan Nicolaescu <dann <at> gnu.org>
Date: Sun, 14 Nov 2010 08:57:02 UTC
Severity: wishlist
Tags: wontfix
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 7397 <at> debbugs.gnu.org (full text, mbox):
( Moving comments from bug#8302 to bug#7397 )
Dan Nicolaescu wrote:
>>> Or even better make make-docfile accept arguments from a file, using the
>>> @FILE syntax used by other GNU tools. That would deal with the command
>>> line length limitations.
>>
>> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7397
>>
>> By itself, I don't see how this helps, since you still need to find a
>> way to write the input file without overflowing the command line length.
>
> Use >> ?
I still don't get it. You cannot do:
for file in $lisp; do
sed '<blah>' $lisp >> input-file
done
make-docfile @input-file
because the "for file..." line could be too long for the shell.
> [This might be a moot point now that a solution has been implemented, so
> please don't keep this bug open just for this reason]
I may close #7397 in a bit then.
This bug report was last modified 13 years and 320 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.