DragonFly commits List (threaded) for 2004-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/make
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@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]