| Anonymous | Login | Signup for a new account | 11-10-2008 12:25 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0003954 | [buildroot] Other | minor | always | 07-06-08 02:37 | 08-24-08 00:50 | ||||
| Reporter | Souf | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 0.9.27 | ||||||
| Summary | 0003954: gdb fails to build: double patching in gdb.mk | ||||||||
| Description |
gdb-unpacked: $(GDB_DIR)/.unpacked $(GDB_DIR)/.unpacked: $(DL_DIR)/$(GDB_SOURCE) mkdir -p $(TOOL_BUILD_DIR) $(GDB_CAT) $(DL_DIR)/$(GDB_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) - ifeq ($(GDB_VERSION),snapshot) GDB_REAL_DIR=$(shell \ tar jtf $(DL_DIR)/$(GDB_SOURCE) | head -1 | cut -d"/" -f1) ln -sf $(TOOL_BUILD_DIR)/$(shell tar jtf $(DL_DIR)/$(GDB_SOURCE) | head -1 | cut -d"/" -f1) $(GDB_DIR) endif toolchain/patch-kernel.sh $(GDB_DIR) $(GDB_PATCH_DIR) \*.patch <====== $(CONFIG_UPDATE) $(GDB_DIR) touch $@ gdb-patched: $(GDB_DIR)/.unpacked $(GDB_DIR)/.patched: $(GDB_DIR)/.unpacked toolchain/patch-kernel.sh $(GDB_DIR) $(GDB_PATCH_DIR) \*.patch <====== $(CONFIG_UPDATE) $(GDB_DIR) touch $@ gdb-dirclean: rm -rf $(GDB_DIR) |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
Notes |
|
|
(0010724) jacmet 08-24-08 00:50 |
Sorry about that - Got broken in r22624 and is now fixed in r23193. Thanks! |
| Copyright © 2000 - 2006 Mantis Group |