Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: bugs at busybox.net <bugs@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [buildroot 0003954]: gdb fails to build: double patching in gdb.mk
Date: Sun, 6 Jul 2008 02:37:54 -0700	[thread overview]
Message-ID: <c983afcd88e7b7ce0152e441efe4fb2c@bugs.uclibc.org> (raw)


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=3954 
====================================================================== 
Reported By:                Souf
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   3954
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             07-06-2008 02:37 PDT
Last Modified:              07-06-2008 02:37 PDT
====================================================================== 
Summary:                    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)
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-06-08 02:37  Souf           New Issue                                    
07-06-08 02:37  Souf           Status                   new => assigned     
07-06-08 02:37  Souf           Assigned To               => buildroot       
07-06-08 02:37  Souf           File Added: gdb.mk.patch                     
======================================================================

             reply	other threads:[~2008-07-06  9:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-06  9:37 bugs at busybox.net [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-08-24  7:50 [Buildroot] [buildroot 0003954]: gdb fails to build: double patching in gdb.mk bugs at busybox.net

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c983afcd88e7b7ce0152e441efe4fb2c@bugs.uclibc.org \
    --to=bugs@busybox.net \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox