From owner-cvs-all Sat Aug 24 19:45:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A0A737B400; Sat, 24 Aug 2002 19:45:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AF2C43E6E; Sat, 24 Aug 2002 19:45:05 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7P2j4JU059620; Sat, 24 Aug 2002 19:45:04 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7P2j4BQ059619; Sat, 24 Aug 2002 19:45:04 -0700 (PDT) Message-Id: <200208250245.g7P2j4BQ059619@freefall.freebsd.org> From: Juli Mallett Date: Sat, 24 Aug 2002 19:45:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make Makefile main.c make.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/08/24 19:45:04 PDT Modified files: usr.bin/make Makefile main.c make.1 Log: Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) and this particular GNU flag. It changes into the given directory for the operation in question. This just goes into said directory at the time of parsing the argument for getopt(3). Submitted by: Rachel Hestilow Revision Changes Path 1.25 +1 -1 src/usr.bin/make/Makefile 1.70 +5 -2 src/usr.bin/make/main.c 1.57 +5 -0 src/usr.bin/make/make.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message