cvs commit: src/usr.bin/make main.c
Hartmut Brandt
harti at FreeBSD.org
Mon Apr 11 00:32:51 PDT 2005
harti 2005-04-11 07:32:50 UTC
FreeBSD src repository
Modified files:
usr.bin/make main.c
Log:
Remove an unneccesary forward declaration for MainParseArgs().
getopt() may be called several times - make sure to set optreset
to reset it. Cleanup handling of non-option arguments.
Remove some misleading comments.
Patch: 7.171
Submitted by: Max Okumoto <okumoto at ucsd.edu>
Revision Changes Path
1.133 +34 -20 src/usr.bin/make/main.c
More information about the cvs-src
mailing list