Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Apr 2005 07:32:50 +0000 (UTC)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make main.c
Message-ID:  <200504110732.j3B7Wo0x035566@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@ucsd.edu>
  
  Revision  Changes    Path
  1.133     +34 -20    src/usr.bin/make/main.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504110732.j3B7Wo0x035566>