Re: PATCH; tidy up make rpm

Christoph Hellwig (hch@infradead.org)
Fri, 21 Mar 2003 22:10:24 +0000


On Fri, Mar 21, 2003 at 08:04:43PM +0000, Alan Cox wrote:
> +RPM := $(shell if [ -x "/usr/bin/rpmbuild" ]; then echo rpmbuild; \
> + else echo rpm; fi)

This make variable should be RPMBUILD, not RPM

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/