From owner-cvs-share Wed Oct 11 02:26:10 1995 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01165 for cvs-share-outgoing; Wed, 11 Oct 1995 02:26:10 -0700 Received: (from asami@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01153 ; Wed, 11 Oct 1995 02:26:03 -0700 Date: Wed, 11 Oct 1995 02:26:03 -0700 From: Satoshi Asami Message-Id: <199510110926.CAA01153@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk 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).