diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-13 19:04:33 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-13 19:04:33 +0000 |
commit | 853ff77a2c3815501b98717679f69716c0f9539b (patch) | |
tree | d4c067bfa100f2b8d676a79d396a8735c83c9657 /include/package.mk | |
parent | 3e09ff9a2e0ef103aee77f6bdf2180507b86c041 (diff) | |
download | upstream-853ff77a2c3815501b98717679f69716c0f9539b.tar.gz upstream-853ff77a2c3815501b98717679f69716c0f9539b.tar.bz2 upstream-853ff77a2c3815501b98717679f69716c0f9539b.zip |
[include]
- implement hooks for hostbuilds
- use host build hooks to implement fixups for host build
- move separator declaration to rules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24551 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/package.mk')
-rw-r--r-- | include/package.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/package.mk b/include/package.mk index 06f3a839c6..580774134c 100644 --- a/include/package.mk +++ b/include/package.mk @@ -75,10 +75,6 @@ define Download/default MD5SUM:=$(PKG_MD5SUM) endef -define sep - -endef - define Build/Exports/Default $(1) : export ACLOCAL_INCLUDE=$$(foreach p,$$(wildcard $$(STAGING_DIR)/usr/share/aclocal $$(STAGING_DIR)/usr/share/aclocal-* $$(STAGING_DIR)/host/share/aclocal $$(STAGING_DIR)/host/share/aclocal-*),-I $$(p)) $(1) : export STAGING_PREFIX=$$(STAGING_DIR)/usr |