projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
adm5120: sync kernel config
[openwrt.git]
/
tools
/
pkg-config
/
Makefile
diff --git
a/tools/pkg-config/Makefile
b/tools/pkg-config/Makefile
index
bcae2df
..
b4a2d5d
100644
(file)
--- a/
tools/pkg-config/Makefile
+++ b/
tools/pkg-config/Makefile
@@
-15,21
+15,20
@@
PKG_MD5SUM:=fd5c547e9d66ba49bc735ccb8c791f2a
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
-define
Build
/Compile
- $(MAKE) -C $(
PKG
_BUILD_DIR)
+define
Host
/Compile
+ $(MAKE) -C $(
HOST
_BUILD_DIR)
endef
endef
-define
Build
/Install
- $(MAKE) -C $(
PKG
_BUILD_DIR) \
+define
Host
/Install
+ $(MAKE) -C $(
HOST
_BUILD_DIR) \
install
mv $(STAGING_DIR_HOST)/bin/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config.real
$(INSTALL_BIN) ./files/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config
endef
install
mv $(STAGING_DIR_HOST)/bin/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config.real
$(INSTALL_BIN) ./files/pkg-config $(STAGING_DIR_HOST)/bin/pkg-config
endef
-define Build/Clean
- $(MAKE) -C $(PKG_BUILD_DIR) uninstall
- $(MAKE) -C $(PKG_BUILD_DIR) clean
- $(call Build/Clean/Default)
+define Host/Clean
+ -$(MAKE) -C $(HOST_BUILD_DIR) uninstall
+ $(call Host/Clean/Default)
endef
$(eval $(call HostBuild))
endef
$(eval $(call HostBuild))
This page took
0.020326 seconds
and
4
git commands to generate.