From owner-cvs-all Fri Nov 3 7:35:33 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 151A637B4D7; Fri, 3 Nov 2000 07:35:28 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA81578; Fri, 3 Nov 2000 07:35:28 -0800 (PST) (envelope-from joe@FreeBSD.org) Message-Id: <200011031535.HAA81578@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 3 Nov 2000 07:35:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2000/11/03 07:35:27 PST Modified files: usr.sbin/crunch/crunchgen crunchgen.c Log: A missing feature of crunchgen was the ability to supply make options on a per program basis. This has now been added in the following way: * Harness the make header file that's specified with the -h argument: - Allow the user to define $(OPTS) to specify make arguments that should be added to every program target. - Allow the user to define $(prog_OPTS) to specify make arguments that should just be added to the build of 'prog'. * Make sure that $(OPTS) and $(prog_OPTS) are defined when looking through each program's make file to determine which object files to crunch. * When building the crunchgen makefile add $(OPTS) and $(prog_OPTS) to the depend and build rules for $(prog_OBJS). Revision Changes Path 1.13 +8 -4 src/usr.sbin/crunch/crunchgen/crunchgen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message