Makefile_upgrade.inc: Expand all wildcards from the lib privatization.
authorSascha Wildner <saw@online.de>
Fri, 5 Feb 2016 12:51:54 +0000 (13:51 +0100)
committerSascha Wildner <saw@online.de>
Fri, 5 Feb 2016 12:51:54 +0000 (13:51 +0100)
commit5405da6d2b79fc771525027f5412623f19de9586
tree8648ce8ccc3c2b002dc0df92798f8989b2954609
parent5c046de739be52b4f4a59c4da99d74e43bedc2de
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.
Makefile_upgrade.inc