Linus Torvalds <torva...@linux-foundation.org> wrote:

> +define filechk_x509_list
> +     echo $(X509_CERTIFICATES)
> +endef
>  targets += $(obj)/.x509.list
> -$(obj)/.x509.list:
> -     @echo $(X509_CERTIFICATES) >$@
> +$(obj)/.x509.list: Makefile FORCE
> +     $(call filechk,x509_list)

How does that actually work?

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
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