parse.c:
authorMax Okumoto <okumoto@dragonflybsd.org>
Thu, 3 Mar 2005 18:22:58 +0000 (18:22 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Thu, 3 Mar 2005 18:22:58 +0000 (18:22 +0000)
commitfed30e766fb801ed3ff45f5db0d8dc8a03e5f0e1
treebac23e04d2f2a55163ab22ae04fd6b014a61a23f
parentbd1c035a431dedbfdbab20060206ad159243162b
parse.c:
    ParseLinkSrc()
Update the description comment of the function to reflect
the previous change.

parse.c:
Fix parsing of archive specifications on the target side
of dependency lines.  It seems that nobody is actually is
using the archive-feature of make.

arch.c
Fix parsing of archives: in System V archive format the
member names is terminated with a slash. Although we are
not System V, ar has been configured to put that slash in.
This format allows filenames with trailing spaces.

Style: remove unneeded parantheses in conditionals.

Author: harti
Date: 2005/03/03 10:07:28
Date: 2005/03/03 10:09:39
Date: 2005/03/03 10:46:23
Date: 2005/03/03 11:34:04
usr.bin/make/arch.c
usr.bin/make/parse.c