projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Updated url, wput is now on sourceforge
[openwrt.git]
/
openwrt
/
toolchain
/
gdb
/
Makefile
diff --git
a/openwrt/toolchain/gdb/Makefile
b/openwrt/toolchain/gdb/Makefile
index
aa7f126
..
b1a2ad5
100644
(file)
--- a/
openwrt/toolchain/gdb/Makefile
+++ b/
openwrt/toolchain/gdb/Makefile
@@
-48,12
+48,12
@@
$(GDB_CLIENT_DIR)/gdb/gdb: $(GDB_CLIENT_DIR)/.configured
$(TARGET_CROSS)gdb: $(GDB_CLIENT_DIR)/gdb/gdb
install -c $(GDB_CLIENT_DIR)/gdb/gdb $(TARGET_CROSS)gdb
$(TARGET_CROSS)gdb: $(GDB_CLIENT_DIR)/gdb/gdb
install -c $(GDB_CLIENT_DIR)/gdb/gdb $(TARGET_CROSS)gdb
-
ln -fs ../../bin/$(REAL_GNU_TARGET_NAME)-gdb
\
-
$(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/
gdb
+
cd $(STAGING_DIR)/bin &&
\
+
ln -fs $(TARGET_CROSS)gdb $(GNU_TARGET_NAME)-
gdb
source: $(DL_DIR)/$(GDB_SOURCE)
prepare: $(GDB_DIR)/.patched
compile:
install: $(TARGET_CROSS)gdb
clean:
source: $(DL_DIR)/$(GDB_SOURCE)
prepare: $(GDB_DIR)/.patched
compile:
install: $(TARGET_CROSS)gdb
clean:
- rm -rf $(GDB_CLIENT_DIR)
+ rm -rf $(GDB_CLIENT_DIR)
$(GDB_DIR)
This page took
0.021016 seconds
and
4
git commands to generate.