Date: Tue, 10 May 2005 13:18:59 +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 job.c job.h main.c nonints.h var.c Message-ID: <200505101318.j4ADIxiR072732@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-05-10 13:18:59 UTC FreeBSD src repository Modified files: usr.bin/make job.c job.h main.c nonints.h var.c Log: Move Cmd_Exec() from main.c to job.c and fix its prototype. This results in a warning that will go away soon. Patch: 7.198 Submitted by: Max Okumoto <okumoto@ucsd.edu> Revision Changes Path 1.94 +110 -0 src/usr.bin/make/job.c 1.33 +3 -0 src/usr.bin/make/job.h 1.139 +0 -109 src/usr.bin/make/main.c 1.34 +0 -1 src/usr.bin/make/nonints.h 1.152 +1 -0 src/usr.bin/make/var.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505101318.j4ADIxiR072732>