K 10 svn:author V 6 gerald K 8 svn:date V 27 2017-10-04T20:24:00.618965Z K 7 svn:log V 498 Add a new Makefile target check-wine-devel-vs-wine-staging that works around a deficiency of Mk/Scripts/check-stagedir.sh that does not spot entries in pkg-plist that move from being enabled only with the STAGING option (%%STAGING%%foo/bar/file) to being there by default (foo/bar/file). This has caused actual issues for users, so we need to regularly check for such cases, which a simple `check-wine-devel-vs-wine-staging` will now do, provided the staging directory is accessible. PR: 220950 END