From: David Miller <[EMAIL PROTECTED]>
Date: Thu, 08 Feb 2007 03:05:31 -0800 (PST)

> define test1
>   $(shell echo "str1")
> endef
> 
> define test2
>   $(call test1)
> endef

Someone just privately explained that my test case is broken
because of the spaces before the "$(shell " in the defines.
Removing them makes the spaces go away.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to