diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 1998-12-16 19:59:49 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 1998-12-16 19:59:49 +0000 |
commit | 11ec9ed92ee8355fa2e13ad1f58fb5d4db91daf7 (patch) | |
tree | e15fb948462586140c92661bee09de6027fe40fe /share/mk/bsd.port.mk | |
parent | 6697a1ea4c90bd1301a313b2b32d291375fc1565 (diff) |
describe NO_WARNINGS; define in the "mirror-distfiles" target
Diffstat (limited to 'share/mk/bsd.port.mk')
-rw-r--r-- | share/mk/bsd.port.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk index 8ce5316a0f8..9d697eb7189 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.53 1998/11/27 10:51:54 form Exp $ +# $OpenBSD: bsd.port.mk,v 1.54 1998/12/16 19:59:48 marc Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -231,6 +231,9 @@ NetBSD_MAINTAINER= agc@netbsd.org # ${PORTSDIR}) if you want to fetch all distfiles, # even for packages not built due to limitation by # absent X or Motif or ONLY_FOR_ARCHS... +# NO_WARNINGS - Set this to YES to disable warnings regarding variables +# to define to control the build. Automatically set +# from the "mirror-distfiles" target. # ALL_TARGET - The target to pass to make in the package when building. # (default: "all") # INSTALL_TARGET- The target to pass to make in the package when installing. @@ -1210,7 +1213,7 @@ do-fetch: # re-distributed freely mirror-distfiles: .if (${MIRROR_DISTFILE} == "yes") - @make fetch __ARCH_OK=yes NO_IGNORE=yes + @make fetch __ARCH_OK=yes NO_IGNORE=yes NO_WARNINGS=yes .endif # Extract |