Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michael Elizabeth Chastain <mec@shout.net>
To: binutils@sources.redhat.com, gdb-patches@sources.redhat.com
Subject: [rfa] src-release: remove dejagnu/example/calc droppings
Date: Sat, 16 Aug 2003 16:37:00 -0000	[thread overview]
Message-ID: <200308161637.h7GGb9am000639@duracef.shout.net> (raw)

Here is a patch to fix pr gdb/708:

  http://sources.redhat.com/gdb/bugs/708
  Can't build gdb 5.3 branch (and probably trunk).

The patch simply adds some 'rm -f' commands to src-release
to clean up the files that 'make distclean' missed.

If anyone ever fixes dejagnu and re-imports it, then
'src-release' will still work; the 'rm -f' commands will
have no effect.  

Testing: I did "make -f src-release gdb+dejagnu.tar.bz2",
and then did a tar-xjf/configure/make/make-install cycle
and saw that it worked.

I would like to apply this to src HEAD, wait a few days,
then apply it to src gdb_6_0-branch.

Okay to apply to src HEAD?

[Note: I have copyright assignment on file for binutils, dejagnu, gdb,
 among other programs, so I think I am okay to contribute to this file]

Michael C

2003-08-15  Michael Chastain  <mec@shout.net>

	* src-release (do-proto-toplev): Remove junk files
	dejagnu/example/calc/config.status,
	dejagnu/example/calc/config.log.

Index: src-release
===================================================================
RCS file: /cvs/src/src/src-release,v
retrieving revision 1.5
diff -c -3 -p -r1.5 src-release
*** src-release	2 May 2003 17:29:48 -0000	1.5
--- src-release	15 Aug 2003 21:50:57 -0000
*************** do-proto-toplev: $(DEVO_SUPPORT) $(SUPPO
*** 160,165 ****
--- 160,173 ----
  	done
  	cd etc && $(MAKE) info
  	$(MAKE) distclean
+ 	# Kludge for pr gdb/708.  'configure' configures in
+ 	# dejagnu/example/calc, but 'make distclean' does not clean in
+ 	# dejagnu/example.  Someday somebody might fix this in dejagnu,
+ 	# and then import a new dejagnu into sourceware.  Right now, a
+ 	# couple of 'rm' commands will get the gdb snapshots working
+ 	# again.  -- chastain 2003-08-15
+ 	rm -f dejagnu/example/calc/config.status
+ 	rm -f dejagnu/example/calc/config.log
  	#
  	mkdir proto-toplev/etc
  	(cd proto-toplev/etc; \


             reply	other threads:[~2003-08-16 16:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-16 16:37 Michael Elizabeth Chastain [this message]
2003-08-16 16:43 ` Daniel Jacobowitz
2003-08-16 16:58 Michael Elizabeth Chastain
2003-08-18  6:36 Michael Elizabeth Chastain

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=200308161637.h7GGb9am000639@duracef.shout.net \
    --to=mec@shout.net \
    --cc=binutils@sources.redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    /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