From owner-cvs-all Sun May 14 15:24:31 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 4636137B5AB; Sun, 14 May 2000 15:24:29 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA82529; Sun, 14 May 2000 15:24:29 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200005142224.PAA82529@freefall.freebsd.org> From: Will Andrews Date: Sun, 14 May 2000 15:24:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make compat.c job.c main.c make.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/05/14 15:24:29 PDT Modified files: usr.bin/make compat.c job.c main.c make.h Log: Add loud debugging facility (-dl option) which allows programmers/developers to override @-prefixed commands in Makefiles. It is especially useful for debugging ports and/or complex Makefiles in such a manner that is basically a last resort, but is quite effective if the output is well-handled. I'll update the manpage after dinner. ;-) Better patch submitted by: steve Reviewed by: phk, steve, chuckr, obrien, Lyndon Nerenberg Revision Changes Path 1.18 +2 -2 src/usr.bin/make/compat.c 1.18 +2 -2 src/usr.bin/make/job.c 1.36 +4 -1 src/usr.bin/make/main.c 1.13 +2 -1 src/usr.bin/make/make.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message