On 02/18/2014 06:28 AM, Andi Kleen wrote: > > +ifdef CONFIG_LTO > +# LTO gcc creates a lot of files in TMPDIR, and with /tmp as tmpfs > +# it's easy to drive the machine OOM. Use the object directory > +# instead > +TMPDIR ?= ${objtree} > +export TMPDIR > +endif > + We still prefer $(...) in Makefiles, no? -hpa -- 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