From owner-freebsd-commit Fri Apr 21 00:14:26 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA02006 for commit-outgoing; Fri, 21 Apr 1995 00:14:26 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA01992 for cvs-share-outgoing; Fri, 21 Apr 1995 00:14:20 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id AAA01985 ; Fri, 21 Apr 1995 00:14:10 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: Satoshi Asami cc: CVS-commiters@freefall.cdrom.com, cvs-share@freefall.cdrom.com Subject: Re: cvs commit: src/share/mk bsd.port.mk In-reply-to: Your message of "Thu, 20 Apr 95 11:03:04 PDT." <199504201803.LAA03926@freefall.cdrom.com> Date: Fri, 21 Apr 1995 00:14:10 -0700 Message-ID: <1983.798448450@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: commit-owner@FreeBSD.org Precedence: bulk > asami 95/04/20 11:03:04 > > Modified: share/mk bsd.port.mk > Log: > Major overhaul. The major targets (fetch, extract, patch, configure, > build, install) are now all skeletons and do nothing but > > (1) Call pre-* target (if exists) > (2) Call scripts/pre-* script (if exists) > (3) Call do-* target > (4) Call post-* target (if exists) > (5) Call scripts/post-* script (if exists) Maybe it's just me, but does anyone else see: (1) Call pre-* target (if exists) (2) Call scripts/pre-* script (if exists) (3) Call do-* target (if exists) (4) Call scripts/do-* target (if exists) (5) Call post-* target (if exists) (6) Call scripts/post-* script (if exists) As slightly more consistent? Or is this just a gratuitous addition of functionality? Jordan