Hi, I creating Debian/Ubuntu packages using builddeb script ('make deb-pkg'). While I was doing a 'make distclean' and grep-ed for some patterns I saw that my debian/*tmp dirs were not deleted. $ ls debian/*tmp debian/fwtmp: DEBIAN lib usr debian/hdrtmp: DEBIAN lib usr debian/headertmp: DEBIAN usr debian/tmp: boot DEBIAN etc lib usr Any chance that this is also done on 'make (dist)clean' (not only within the builddeb script)? 111:rm -rf "$tmpdir" "$fwdir" "$kernel_headers_dir" "$libc_headers_dir" "$dbg_dir" Any other make (PHONY) target I don't know? Or introduce sth. like clean_tmpdirs() executed before 'exit 0' (or simply invoke above rm-line). BTW, can we have some more meaningful var-names for both headers-dirs, something like... [ scripts/package/builddeb ] -kernel_headers_dir="$objtree/debian/hdrtmp" -libc_headers_dir="$objtree/debian/headertmp" +kernel_headers_dir="$objtree/debian/k_hdrtmp" +libc_headers_dir="$objtree/debian/c_hdrtmp" ...it's a bit confusing when you look at filesystem-level (dirs, files). Thanks. Regards, - Sedat - -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html