Hi.

Sam Ravnborg wrote:
[EMAIL PROTECTED] linux-2.6.10 $ make kernelrelease
make: *** No rule to make target `kernelrelease'.  Stop.
I works with the 2.6 kernel.

As Andreas Gruenbacher pointed out, this feature has been implemented just about 8 weeks ago. He also gave the following snippet as a backward compatible solution:


=== cut ===
echo -e 'foo:[EMAIL PROTECTED] $(KERNELRELEASE)\ninclude Makefile' \
    | make -f-
=== cut ===

This works fine.

Thanks to everyone for your tips and answers.

Bye, Mike
-
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