Johannes Schindelin via GitGitGadget wrote: > From: Johannes Schindelin <[email protected]> > > In 20d2a30f8ffe (Makefile: replace perl/Makefile.PL with simple make > rules, 2017-12-10), Git stopped using MakeMaker. Therefore, that > definition in the MINGW-specific section became useless. > > Signed-off-by: Johannes Schindelin <[email protected]> > --- > config.mak.uname | 1 - > 1 file changed, 1 deletion(-)
Yay! Reviewed-by: Jonathan Nieder <[email protected]> Is there a way to automate checking for make variables that are set but never used? Thanks, Jonathan

