From owner-cvs-all Thu Nov 30 13:15: 0 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 3163437B404; Thu, 30 Nov 2000 13:14:57 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAULEup83184; Thu, 30 Nov 2000 13:14:56 -0800 (PST) (envelope-from luigi) Message-Id: <200011302114.eAULEup83184@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 30 Nov 2000 13:14:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.1 crunchgen.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2000/11/30 13:14:54 PST Modified files: usr.sbin/crunch/crunchgen crunchgen.1 crunchgen.c Log: Make crunchgen aware of obj directories. Formerly it had /usr/obj hardwired in the code, now you can override it with a command line option or MAKEOBJDIRPREFIX env. variable. The above is useful to build picobsd-specific objects in some other place than /usr/obj While at it, fix documentation and change a few sprintf -> snprintf. Revision Changes Path 1.21 +23 -6 src/usr.sbin/crunch/crunchgen/crunchgen.1 1.17 +38 -27 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