Date: Sun, 14 Sep 2003 05:31:34 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make dir.c dir.h main.c make.1 Message-ID: <200309141231.h8ECVYcM067435@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2003/09/14 05:31:33 PDT FreeBSD src repository Modified files: usr.bin/make dir.c dir.h main.c make.1 Log: - Cut out the code that caches the "." directory out of Dir_Init() into a separate function, Dir_InitDot(). - Postpone the current and object directories detection (and caching of the "." directory) until after all command line arguments are parsed. This makes the -C option DTRT. PR: bin/47149 Revision Changes Path 1.31 +20 -9 src/usr.bin/make/dir.c 1.11 +1 -0 src/usr.bin/make/dir.h 1.84 +59 -57 src/usr.bin/make/main.c 1.63 +7 -1 src/usr.bin/make/make.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309141231.h8ECVYcM067435>