diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1998-07-28 15:25:25 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1998-07-28 15:25:25 +0000 |
commit | 6fcf988766743189e568ef69d949fe0e686c2384 (patch) | |
tree | 3b8f8c31c3acd36b503310e714d9d0168c326fe0 /share | |
parent | 072d5dde44297d6b57cec6c8b82b1e6a7452e51e (diff) |
Document NOCLEANDEPENDS, make clean gotcha
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.port.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk index e974ab2f896..f420c3fc547 100644 --- a/share/mk/bsd.port.mk +++ b/share/mk/bsd.port.mk @@ -1,6 +1,6 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 -# $OpenBSD: bsd.port.mk,v 1.38 1998/07/17 04:10:20 form Exp $ +# $OpenBSD: bsd.port.mk,v 1.39 1998/07/28 15:25:24 espie Exp $ # $NetBSD: $ # # bsd.port.mk - 940820 Jordan K. Hubbard. @@ -79,6 +79,7 @@ OpenBSD_MAINTAINER= marc@OpenBSD.ORG # variables without defaults are *mandatory*. # # WRKDIR - A temporary working directory that gets *clobbered* on clean +# beware! unless NOCLEANDEPENDS, dependencies are also nuked on clean. # (default: ${.CURDIR}/work). # WRKSRC - A subdirectory of ${WRKDIR} where the distribution actually # unpacks to. (Default: ${WRKDIR}/${DISTNAME} unless @@ -137,6 +138,7 @@ OpenBSD_MAINTAINER= marc@OpenBSD.ORG # NO_WRKDIR - There's no work directory at all; port does this someplace # else. # NO_DEPENDS - Don't verify build of dependencies. +# NOCLEANDEPENDS - Don't nuke dependent dirs on make clean. # BROKEN - Port is broken. Set this string to the reason why. # RESTRICTED - Port is restricted. Set this string to the reason why. # USE_GMAKE - Says that the port uses gmake. |