aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-04-16 16:29:38 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-04-16 16:29:38 +0000
commita189085d535285bff8ee5feccf292d7ceadeffed (patch)
tree95c24d297be1f9224477c5c5c63007a1a0368c39 /CHANGES
parent99631c4b6e706723625125d5c0dbb885256653c9 (diff)
downloadports-a189085d535285bff8ee5feccf292d7ceadeffed.tar.gz
ports-a189085d535285bff8ee5feccf292d7ceadeffed.zip
- Make default target "make stage" if staging supported.
This is so that 'make' followed by 'make deinstall install' will, by default, have a much shorter period of files missing on the system as it is without staging. Discussed with: bapt With hat: portmgr
Notes
Notes: svn path=/head/; revision=351399
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 87135b4c8c95..214228d61325 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,12 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20140416:
+AUTHOR: bdrewery@FreeBSD.org
+
+ The default target for 'make' now runs 'make stage' if the port supports
+ it, otherwise 'make build' as before.
+
20140411:
AUTHOR: bdrewery@FreeBSD.org