cvs commit: src/usr.bin/make
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Tue Nov 30 07:23:36 PST 2004
joerg 2004/11/30 07:22:46 PST
DragonFly src repository
Modified files:
usr.bin/make dir.c dir.h main.c make.1
Log:
author: ru
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
Obtained-from: FreeBSD
Submitted-by: Max Okumoto <okumoto at xxxxxxxx>
Revision Changes Path
1.14 +20 -9 src/usr.bin/make/dir.c
1.6 +1 -0 src/usr.bin/make/dir.h
1.20 +60 -58 src/usr.bin/make/main.c
1.9 +7 -1 src/usr.bin/make/make.1
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/dir.c.diff?r1=1.13&r2=1.14&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/dir.h.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/main.c.diff?r1=1.19&r2=1.20&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/make.1.diff?r1=1.8&r2=1.9&f=u
More information about the Commits
mailing list