Date: Wed, 8 Dec 2004 12:59:27 +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 arch.c cond.c dir.c job.c lst.h main.c suff.c var.c src/usr.bin/make/lst.lib lstFindFrom.c Message-ID: <200412081259.iB8CxRh5066969@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2004-12-08 12:59:27 UTC FreeBSD src repository Modified files: usr.bin/make arch.c cond.c dir.c job.c lst.h main.c suff.c var.c usr.bin/make/lst.lib lstFindFrom.c Log: Constify the arguments to the list compare function. This temporarily requires to make a copy of the filename in ReadMakefile and to duplicate two small functions in suff.c. This hopefully will go away when everything is constified. Submitted by: Max Okumoto <okumoto@ucsd.edu> (partly) Revision Changes Path 1.40 +3 -3 src/usr.bin/make/arch.c 1.32 +2 -3 src/usr.bin/make/cond.c 1.41 +2 -3 src/usr.bin/make/dir.c 1.67 +2 -3 src/usr.bin/make/job.c 1.21 +2 -2 src/usr.bin/make/lst.h 1.18 +1 -1 src/usr.bin/make/lst.lib/lstFindFrom.c 1.107 +4 -3 src/usr.bin/make/main.c 1.35 +32 -18 src/usr.bin/make/suff.c 1.55 +2 -3 src/usr.bin/make/var.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412081259.iB8CxRh5066969>