Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 1995 00:14:10 -0700
From:      "Jordan K. Hubbard" <jkh@freefall.cdrom.com>
To:        Satoshi Asami <asami@freefall.cdrom.com>
Cc:        CVS-commiters@freefall.cdrom.com, cvs-share@freefall.cdrom.com
Subject:   Re: cvs commit: src/share/mk bsd.port.mk 
Message-ID:  <1983.798448450@freefall.cdrom.com>
In-Reply-To: Your message of "Thu, 20 Apr 95 11:03:04 PDT." <199504201803.LAA03926@freefall.cdrom.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1983.798448450>