cvs commit: src/usr.bin/make job.c job.h main.c
Hartmut Brandt
harti at FreeBSD.org
Thu May 12 07:43:33 PDT 2005
harti 2005-05-12 14:43:32 UTC
FreeBSD src repository
Modified files:
usr.bin/make job.c job.h main.c
Log:
Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV")
into job.c. Move retrieving of environment nearer to the place where it
is actually used and invert the preprocessor conditionals to use
positive logic.
Submitted by: Max Okumoto <okumoto at ucsd.edu> (7.236)
Revision Changes Path
1.107 +32 -0 src/usr.bin/make/job.c
1.39 +2 -0 src/usr.bin/make/job.h
1.147 +29 -53 src/usr.bin/make/main.c
More information about the cvs-src
mailing list