Date: Tue, 10 May 2005 13:45:29 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make Makefile compat.c compat.h job.c job.h main.c Message-ID: <200505101345.j4ADjTZv074008@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-05-10 13:45:29 UTC
FreeBSD src repository
Modified files:
usr.bin/make Makefile job.c job.h main.c
Removed files:
usr.bin/make compat.c compat.h
Log:
Merge compat.c into job.c. There is a lot in common between these
files and we are going to factor this out.
Patch: 7.199 (slightly changed)
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Revision Changes Path
1.51 +2 -2 src/usr.bin/make/Makefile
1.58 +0 -765 src/usr.bin/make/compat.c (dead)
1.3 +0 -50 src/usr.bin/make/compat.h (dead)
1.95 +702 -1 src/usr.bin/make/job.c
1.34 +5 -1 src/usr.bin/make/job.h
1.140 +0 -1 src/usr.bin/make/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505101345.j4ADjTZv074008>
