git: Makefile_upgrade.inc: Expand all wildcards from the lib privatization.
Sascha Wildner
swildner at crater.dragonflybsd.org
Fri Feb 5 04:55:53 PST 2016
commit 5405da6d2b79fc771525027f5412623f19de9586
Author: Sascha Wildner <saw at online.de>
Date: Fri Feb 5 13:51:54 2016 +0100
Makefile_upgrade.inc: Expand all wildcards from the lib privatization.
We want to see exactly what we remove, not just approximately.
'make upgrade' changes are a pain to review when everything is
muddled with patterns. And it gets worse over time because
without a not yet upgraded system one has no choice but to
restore a world from the time and replaying the 'make upgrade'
to see what was going on.
Also, if we ever need to bring back one file which is covered
by a pattern later on (and we've had such cases), no one will
know what the rest of the wildcard was covering aside from
that file.
Summary of changes:
Makefile_upgrade.inc | 228 ++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 197 insertions(+), 31 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5405da6d2b79fc771525027f5412623f19de9586
--
DragonFly BSD source repository
More information about the Commits
mailing list