The attached patch replaces $(1) install by $(if $(1), $(1),
authorTravis Kemen <thepeople@openwrt.org>
Fri, 5 Mar 2010 20:19:48 +0000 (20:19 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Fri, 5 Mar 2010 20:19:48 +0000 (20:19 +0000)
commitbd7125b7d6c40c79e4a564f379bfb522adeb3c46
tree05c3f7fea83b0f4a1bb557a90c6f6146602fc387
parent850ee1571315636f4a0351e73363c8a41069d00c
The attached patch replaces $(1) install by $(if $(1), $(1),
install) in the definition, in order to be able to specify an install
rule, which is not always called install (example:
trunk/package/ncurses/Makefile has rules called install.libs and install.data).

Then its possible to do this in ncurses Makefile:

define Build/Install
       $(call Build/Install/Default, install.libs install.data)
endef

This patch does not affect anything else, as if no parameter is given,
it will use install as before.

-Raphael

SVN-Revision: 19996
include/package-defaults.mk