projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: override wmac device name for the AR934x SoCs
[openwrt.git]
/
tools
/
pkg-config
/
Makefile
diff --git
a/tools/pkg-config/Makefile
b/tools/pkg-config/Makefile
index
bcae2df
..
530c196
100644
(file)
--- a/
tools/pkg-config/Makefile
+++ b/
tools/pkg-config/Makefile
@@
-7,29
+7,28
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=pkg-config
include $(TOPDIR)/rules.mk
PKG_NAME:=pkg-config
-PKG_VERSION:=0.2
2
+PKG_VERSION:=0.2
5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://pkgconfig.freedesktop.org/releases/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://pkgconfig.freedesktop.org/releases/
-PKG_MD5SUM:=
fd5c547e9d66ba49bc735ccb8c791f2a
+PKG_MD5SUM:=
a3270bab3f4b69b7dc6dbdacbcae9745
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.024584 seconds
and
4
git commands to generate.