projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
get rid of one more $(shell) instance
[openwrt.git]
/
toolchain
/
glibc-ports
/
Makefile
diff --git
a/toolchain/glibc-ports/Makefile
b/toolchain/glibc-ports/Makefile
index
2ddeb4e
..
836ca34
100644
(file)
--- a/
toolchain/glibc-ports/Makefile
+++ b/
toolchain/glibc-ports/Makefile
@@
-1,5
+1,5
@@
#
#
-# Copyright (C) 2006-200
8
OpenWrt.org
+# Copyright (C) 2006-200
9
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-21,37
+21,31
@@
endif
PKG_SOURCE_URL:=@GNU/glibc/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNU/glibc/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_CAT:=bzcat
PATCH_DIR:=./patches/$(PKG_VERSION)
PATCH_DIR:=./patches/$(PKG_VERSION)
-STAGING_DIR_HOST:=$(TOOLCHAIN_DIR)
-BUILD_DIR_HOST:=$(BUILD_DIR_TOOLCHAIN)
-
-override CONFIG_AUTOREBUILD=
-
-include $(INCLUDE_DIR)/host-build.mk
+include $(INCLUDE_DIR)/toolchain-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.037475 seconds
and
4
git commands to generate.