cvs commit: src/usr.bin/make arch.c parse.c

看板DFBSD_commit作者時間21年前 (2005/03/04 02:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
okumoto 2005/03/03 10:22:58 PST DragonFly src repository Modified files: usr.bin/make arch.c parse.c Log: 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 Revision Changes Path 1.39 +12 -10 src/usr.bin/make/arch.c 1.50 +3 -5 src/usr.bin/make/parse.c http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/arch.c.diff?r1=1.38&r2=1.39&f=u http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/parse.c.diff?r1=1.49&r2=1.50&f=u
文章代碼(AID): #129rWt00 (DFBSD_commit)