projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
build system refactoring in preparation for allowing packages to do host-build steps
[openwrt.git]
/
toolchain
/
glibc-ports
/
Makefile
diff --git
a/toolchain/glibc-ports/Makefile
b/toolchain/glibc-ports/Makefile
index
d9e5d0d
..
a60b71f
100644
(file)
--- a/
toolchain/glibc-ports/Makefile
+++ b/
toolchain/glibc-ports/Makefile
@@
-34,23
+34,23
@@
include $(INCLUDE_DIR)/host-build.mk
STAMP_BUILT:=$(TOOLCHAIN_DIR)/stamp/.glibc-ports_built
STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.glibc-ports_installed
STAMP_BUILT:=$(TOOLCHAIN_DIR)/stamp/.glibc-ports_built
STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.glibc-ports_installed
-define
Build
/Prepare
-$(call
Build
/Prepare/Default)
+define
Host
/Prepare
+$(call
Host
/Prepare/Default)
ln -snf $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)
endef
ln -snf $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)
endef
-define
Build
/Configure
+define
Host
/Configure
endef
endef
-define
Build
/Compile
+define
Host
/Compile
endef
endef
-define
Build
/Install
+define
Host
/Install
endef
endef
-define
Build
/Clean
+define
Host
/Clean
rm -rf \
rm -rf \
- $(
PKG
_BUILD_DIR) \
+ $(
HOST
_BUILD_DIR) \
$(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)
endef
$(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)
endef
This page took
0.023029 seconds
and
4
git commands to generate.