projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a5dd82
)
toolchain/gcc: use $(@D)
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 18 Jun 2008 15:46:48 +0000
(15:46 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 18 Jun 2008 15:46:48 +0000
(15:46 -0000)
toolchain/gcc/gcc-uclibc-4.x.mk
patch
|
blob
|
history
diff --git
a/toolchain/gcc/gcc-uclibc-4.x.mk
b/toolchain/gcc/gcc-uclibc-4.x.mk
index cee969466707fcacebeb7e5eff48cc46e5fe7c0b..792969e0b1484c66004d9b00d9ff9c32a34a3dd7 100644
(file)
--- a/
toolchain/gcc/gcc-uclibc-4.x.mk
+++ b/
toolchain/gcc/gcc-uclibc-4.x.mk
@@
-152,7
+152,7
@@
$(GCC_DIR)/.unpacked: $(DL_DIR)/$(GCC_SOURCE)
mkdir -p $(TOOL_BUILD_DIR)
rm -rf $(GCC_DIR)
$(GCC_CAT) $(DL_DIR)/$(GCC_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
- $(CONFIG_UPDATE) $(
GCC_DIR
)
+ $(CONFIG_UPDATE) $(
@D
)
touch $@
gcc-patched: $(GCC_DIR)/.patched