Em domingo, 23 de abril de 2017, às 09:28:04 -03, Massimo Callegari via Development escreveu: > Also, I'd like to ask, what does this mean ?"Prior to reconfiguration, make > sure you remove any leftovers from the previous build." Where are these > "leftovers" documented if I intend to reconfigure without distclean ?
Any leftovers are anything that was created by configure or make and wasn't there when you extracted. The only advice you're going to get here is to not use make clean, distclean or confclean. Just remove the build directory by way of rm -rf. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
