From a189085d535285bff8ee5feccf292d7ceadeffed Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 16 Apr 2014 16:29:38 +0000 Subject: - 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 --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES') 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 -- cgit v1.2.3