From owner-cvs-share Sat Aug 17 03:16:16 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA12850 for cvs-share-outgoing; Sat, 17 Aug 1996 03:16:16 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA12828; Sat, 17 Aug 1996 03:16:04 -0700 (PDT) Date: Sat, 17 Aug 1996 03:16:04 -0700 (PDT) From: Satoshi Asami Message-Id: <199608171016.DAA12828@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/08/17 03:16:04 Modified: share/mk bsd.port.mk Log: (1) Ignore patches directory without a patch with a message instead of bombing mercilessly. (2) If that directory has a directory called CVS, remind the user of the existence of the "-P" option to cvs co and update. (3) While I'm here, clean up the PATCH_DEBUG code a bit. In particular, don't duplicate a whole bunch of code just for adding a single "echo" statement. ;) Reviewed by: the ports list Revision Changes Path 1.220 +29 -44 src/share/mk/bsd.port.mk