Junio C Hamano wrote: > walt <wa1ter@xxxxxxxxxxxxx> writes: >> 'make install' as root leaves dozens of files owned by root >> in my personal source directory... > Does 'make all' followed by 'make install' do the same? If so > these are indeed very bad. > > If you run 'make all', and then if you run, without changing > anything to cause rebuilding, run 'make install', the build > procedure should not create _any_ new file. Otherwise the build > procedure is broken and needs to be fixed. 'make all' does exactly the same thing. (The Makefile says that 'make all' is the default target, so it should behave the same, no?) Thanks. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html