kdb ppc64 patches

Keith Owens kaos at sgi.com
Tue Mar 2 11:57:37 EST 2004


On Mon, 1 Mar 2004 18:48:44 -0600,
linas at austin.ibm.com wrote:
>ifeq ($(CONFIG_KDB),y)
>  # Use ifeq for now because kdb subdirs are not in bk yet
>  # Otherwise make mrproper will die because it also cleans core-n
>  core-y       += kdb/
>endif

Yuck!  Make it
core-$(subst n,ignore,$(CONFIG_KDB)) += kdb/	# workaround for make mrproper hitting $(core-n)


** Sent via the linuxppc64-dev mail list. See http://lists.linuxppc.org/





More information about the Linuxppc64-dev mailing list