cvs commit: src/usr.bin/make Makefile job.c proc.c proc.h
Hartmut Brandt
harti at FreeBSD.org
Tue May 24 15:41:35 GMT 2005
harti 2005-05-24 15:41:34 UTC
FreeBSD src repository
Modified files:
usr.bin/make Makefile job.c
Added files:
usr.bin/make proc.c proc.h
Log:
Factor out ProcExec() into its own file and rename it to Proc_Exec() for
consistency with the rest of make.
Obtained from: DragonFlyBSD (except for the rename)
Revision Changes Path
1.58 +2 -2 src/usr.bin/make/Makefile
1.120 +4 -121 src/usr.bin/make/job.c
1.1 +134 -0 src/usr.bin/make/proc.c (new)
1.1 +53 -0 src/usr.bin/make/proc.h (new)
More information about the cvs-src
mailing list