On Mon, 1 Mar 2004 18:48:44 -0600, 
[EMAIL PROTECTED] 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)

---------------------------
Use http://oss.sgi.com/ecartis to modify your settings or to unsubscribe.

Reply via email to