From owner-cvs-share Wed Oct 11 02:40:09 1995 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01549 for cvs-share-outgoing; Wed, 11 Oct 1995 02:40:09 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id CAA01527 ; Wed, 11 Oct 1995 02:39:55 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.12/8.6.9) id CAA18688; Wed, 11 Oct 1995 02:39:03 -0700 Date: Wed, 11 Oct 1995 02:39:03 -0700 Message-Id: <199510110939.CAA18688@silvia.HIP.Berkeley.EDU> To: davidg@Root.COM CC: CVS-commiters@freebsd.org, cvs-share@freebsd.org In-reply-to: <199510110926.CAA01153@freefall.freebsd.org> (asami) Subject: Re: cvs commit: src/share/mk bsd.port.mk From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-share@freebsd.org Precedence: bulk * asami 95/10/11 02:26:02 * * Modified: share/mk bsd.port.mk * Log: * Add "--batch" to PATCH_ARGS and PATCH_DIST_ARGS when ${BATCH} is set * to avoid an infinite loop in patch when the patch target is not found and * stdin is redirected from /dev/null (the "skip this patch? [n]" question). David, can you please pull this into 2.1? This shouldn't harm anybody, as it will have no effect as long as the patches are correct...it will just prevent people from shooting themselves in the foot. :) Satoshi