From owner-cvs-all Wed Aug 16 16:31:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8380F37BC7C; Wed, 16 Aug 2000 16:31:44 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA29065; Wed, 16 Aug 2000 16:31:44 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200008162331.QAA29065@freefall.freebsd.org> From: Brian Feldman Date: Wed, 16 Aug 2000 16:31:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make Makefile config.h job.c main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/08/16 16:31:44 PDT Modified files: usr.bin/make Makefile config.h job.c main.c Log: Allow use of the ${MAKE_SHELL} variable to specify alternate shells for make(1) to use. Setting it to "sh" and "ksh" are the only values which work right ATM; I wouldn't expect "csh" to get you far ;) Revision Changes Path 1.14 +17 -1 src/usr.bin/make/Makefile 1.10 +1 -3 src/usr.bin/make/config.h 1.21 +11 -1 src/usr.bin/make/job.c 1.40 +14 -1 src/usr.bin/make/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message