search for: cflags_tmp

Displaying 1 result from an estimated 1 matches for "cflags_tmp".

Did you mean: cflags_mmu
2009 Jan 12
2
[PATCH] xen/Rules.mk: Do not dance about pointlessly with CFLAGS_tmp
It is usually better to use `='' in Makefiles than `:=''. The expansion rules for `:='' are simpler - so simple in fact that they don''t work if any part of the expansion depends on the source or target filenames. In this patch we remove the shuffling of the value of CFLAGS between := and = flavour variables. This was previously `necessary'' because