Date: Tue, 24 May 2005 15:30:03 +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 job.c job.h main.c parse.c shell.c shell.h Message-ID: <200505241530.j4OFU3sN066546@repoman.freebsd.org>
index | next in thread | raw e-mail
harti 2005-05-24 15:30:03 UTC
FreeBSD src repository
Modified files:
usr.bin/make Makefile job.c job.h main.c parse.c
Added files:
usr.bin/make shell.c shell.h
Log:
Factor out all the .SHELL parsing related stuff into its own file and
rename the function to be consistent with the naming scheme in the rest
of make. No functional changes.
Obtained from: DragonFlyBSD (idea and most of shell.h)
Revision Changes Path
1.57 +2 -1 src/usr.bin/make/Makefile
1.119 +1 -472 src/usr.bin/make/job.c
1.45 +0 -3 src/usr.bin/make/job.h
1.153 +1 -0 src/usr.bin/make/main.c
1.108 +2 -1 src/usr.bin/make/parse.c
1.1 +472 -0 src/usr.bin/make/shell.c (new)
1.1 +110 -0 src/usr.bin/make/shell.h (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505241530.j4OFU3sN066546>
