Date: Sat, 24 Jun 1995 03:27:26 -0700 From: Satoshi Asami <asami> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Message-ID: <199506241027.DAA29241@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
asami 95/06/24 03:27:25 Modified: share/mk bsd.port.mk Log: Add a "checkpatch" target that does a "patch -C" instead of a "patch". Note that the two "touch"s I took out from do-patch shouldn't have been there in the first place. This target may give incorrent results if two separate patches deal with the same file, and their hunks overlap. (But having those kinds of patches are bad, and they should be merged anyway.) Reviewed by: hsu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506241027.DAA29241>