X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fglibc-ports%2FMakefile;h=c95709cc9a79ec1d9ec086bf3d0f5e761f1222eb;hb=51eeb15390f92a2afe5286acee9348717359bce6;hp=a60b71f4311e84506dae78ae8326f8f025ed72d5;hpb=800e84cc0ff36cfbc254ec9681d8731a4fd480f1;p=openwrt-10.03%2F.git diff --git a/toolchain/glibc-ports/Makefile b/toolchain/glibc-ports/Makefile index a60b71f43..c95709cc9 100644 --- a/toolchain/glibc-ports/Makefile +++ b/toolchain/glibc-ports/Makefile @@ -24,15 +24,10 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PATCH_DIR:=./patches/$(PKG_VERSION) -STAGING_DIR_HOST:=$(TOOLCHAIN_DIR) -BUILD_DIR_HOST:=$(BUILD_DIR_TOOLCHAIN) +include $(INCLUDE_DIR)/toolchain-build.mk -override CONFIG_AUTOREBUILD= - -include $(INCLUDE_DIR)/host-build.mk - -STAMP_BUILT:=$(TOOLCHAIN_DIR)/stamp/.glibc-ports_built -STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.glibc-ports_installed +HOST_STAMP_BUILT:=$(TOOLCHAIN_DIR)/stamp/.glibc-ports_built +HOST_STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.glibc-ports_installed define Host/Prepare $(call Host/Prepare/Default)