1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

fix $(BUILD_DIR_TOOLCHAIN)/uClibc symlink

SVN-Revision: 15001
This commit is contained in:
Felix Fietkau 2009-03-23 21:23:46 +00:00
parent 566bdc37ad
commit 746544db79

View File

@ -93,7 +93,7 @@ define Host/Prepare
$(call Host/Prepare/Snapshot)
else
$(call Host/Prepare/Default)
ln -snf $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)
ln -snf $(PKG_NAME)-$(PKG_VERSION)$(PKG_EXTRAVERSION) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)
endif
$(CP) ./$(CONFIG_DIR)/$(ARCH)$(if $(wildcard $(CONFIG_DIR)/$(ARCH).$(BOARD)),.$(BOARD)) $(HOST_BUILD_DIR)/.config
ifeq ($(PKG_VERSION),0.9.28)