diff options
author | jlam <jlam> | 2006-06-04 08:25:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-06-04 08:25:52 +0000 |
commit | d2d9e2ab55c3d365ff46f42582cb337390616eb9 (patch) | |
tree | 00a03692d36cda115f91b4d3370bc4a0856194b7 /mk | |
parent | bcf3b3bbee6c33bfc8e2174ed2b04245b6652914 (diff) | |
download | pkgsrc-d2d9e2ab55c3d365ff46f42582cb337390616eb9.tar.gz |
Move some "update"-only variables from bsd.pkg.mk to bsd.pkg.update.mk.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 | ||||
-rw-r--r-- | mk/bsd.pkg.update.mk | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 9e34196ae9e..ff750cddd9a 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1832 2006/06/04 06:09:36 jlam Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1833 2006/06/04 08:25:52 jlam Exp $ # # This file is in the public domain. # @@ -59,8 +59,6 @@ build-defs-message: ${WRKDIR} ############################################################################ MKCRYPTO?= YES # build crypto packages by default -NOCLEAN?= NO # don't clean up after update -REINSTALL?= NO # reinstall upon update CREATE_WRKDIR_SYMLINK?= yes # create a symlink to WRKOBJDIR ##### Variant spellings diff --git a/mk/bsd.pkg.update.mk b/mk/bsd.pkg.update.mk index 4971da75eb9..ef2247cf3b5 100644 --- a/mk/bsd.pkg.update.mk +++ b/mk/bsd.pkg.update.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.update.mk,v 1.1 2006/06/03 23:11:42 jlam Exp $ +# $NetBSD: bsd.pkg.update.mk,v 1.2 2006/06/04 08:25:53 jlam Exp $ # # This Makefile fragment is included by bsd.pkg.mk and contains the targets # and variables for "make update". @@ -8,6 +8,9 @@ # reimplemented later. # +NOCLEAN?= NO # don't clean up after update +REINSTALL?= NO # reinstall upon update + # The 'update' target can be used to update a package and all # currently installed packages that depend upon this package. |