From 2ed0efef422a52d8c4f0e6be1b06ee674819e757 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 2 Dec 2005 22:31:12 +0000 Subject: import gdb-6.4 --- toolchain/gdb/gdb.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/gdb/gdb.mk') diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk index 6ae6fab36..af67b7434 100644 --- a/toolchain/gdb/gdb.mk +++ b/toolchain/gdb/gdb.mk @@ -26,6 +26,7 @@ endif $(DL_DIR)/$(GDB_SOURCE): $(WGET) -P $(DL_DIR) $(GDB_SITE)/$(GDB_SOURCE) +gdb-unpacked: $(GDB_DIR)/.unpacked $(GDB_DIR)/.unpacked: $(DL_DIR)/$(GDB_SOURCE) $(GDB_CAT) $(DL_DIR)/$(GDB_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) - ifeq ($(GDB_VERSION),snapshot) @@ -39,6 +40,9 @@ endif # Should probably integrate this into the patch. touch $(GDB_DIR)/.unpacked +gdb-dirclean: + rm -rf $(GDB_DIR) + ###################################################################### # # gdb target -- cgit v1.2.3