Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 1998 21:21:30 -0800 (PST)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/share/mk bsd.port.post.mk bsd.port.pre.mk Makefile bsd.port.mk
Message-ID:  <199811110521.VAA17870@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       1998/11/10 21:21:29 PST

  Modified files:
    share/mk             Makefile bsd.port.mk 
  Added files:
    share/mk             bsd.port.post.mk bsd.port.pre.mk 
  Log:
  Make bsd.port.mk includable in two phases.  bsd.port.pre.mk defines only
  a few variables that could be used in the port Makefile for ".if exists()"
  tests.  bsd.port.post.mk defines the rest.
  
  Note: if you define USE_X_PREFIX or USE_IMAKE, put it before including
  bsd.port.pre.mk.  These are the only two variables used in the first part.
  
  In reality, bsd.port.pre.mk and bsd.port.post.mk just include bsd.port.mk
  with special variables to turn part of it off.
  
  Revision  Changes    Path
  1.21      +3 -2      src/share/mk/Makefile
  1.296     +52 -28    src/share/mk/bsd.port.mk

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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