From owner-cvs-all Sun Oct 8 21:31:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC1BE37B66D; Sun, 8 Oct 2000 21:31:43 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56211; Sun, 8 Oct 2000 21:31:43 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200010090431.VAA56211@freefall.freebsd.org> From: Will Andrews Date: Sun, 8 Oct 2000 21:31:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make make.1 var.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/10/08 21:31:43 PDT Modified files: usr.bin/make make.1 var.c Log: Add :C/// variable modifier, which is similar to :S/// in functionality but allows for regex. I removed NO_REGEX since no one could give a reason to have it, and since we don't use make in bootstrap tools, it's not needed. This is mostly added to synch up with NetBSD/OpenBSD so as to eliminate roadblocks in the OpenPackages project (see http://www.openpackages.org/). It's also quite useful, and costs us only about 3 kilobytes of space. PR: 21605 Submitted by: Hubert Feyrer Reviewed by: silence on -arch Obtained from: NetBSD Revision Changes Path 1.34 +29 -1 src/usr.bin/make/make.1 1.18 +387 -1 src/usr.bin/make/var.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message