Re: checker-shell still hosed...

From: David Miller
Date: Thu Feb 08 2007 - 07:10:31 EST


From: David Miller <davem@xxxxxxxxxxxxx>
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/