projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
566bdc3
)
fix $(BUILD_DIR_TOOLCHAIN)/uClibc symlink
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 23 Mar 2009 21:23:46 +0000
(21:23 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 23 Mar 2009 21:23:46 +0000
(21:23 +0000)
SVN-Revision: 15001
toolchain/uClibc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/uClibc/Makefile
b/toolchain/uClibc/Makefile
index 308bca28907f735a017c5a7c0e29b6b0fa018e79..f5bfa2f3f43feab76635e13cd44f832240c70001 100644
(file)
--- a/
toolchain/uClibc/Makefile
+++ b/
toolchain/uClibc/Makefile
@@
-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)