Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Re: [rfa] src-release: remove dejagnu/example/calc droppings
@ 2003-08-18  6:36 Michael Elizabeth Chastain
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Elizabeth Chastain @ 2003-08-18  6:36 UTC (permalink / raw)
  To: binutils, gdb-patches, mec

Committed to gdb_6_0-branch.

The branch snapshots ought to work again, starting with the next one.

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: [rfa] src-release: remove dejagnu/example/calc droppings
@ 2003-08-16 16:58 Michael Elizabeth Chastain
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Elizabeth Chastain @ 2003-08-16 16:58 UTC (permalink / raw)
  To: binutils, gdb-patches, mec

Committed to src HEAD.

I will wait a couple of days to see if the gdb HEAD snapshots start
working again and if any problems surface.  Then I will commit this
to gdb_6_0-branch as well.

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread
* [rfa] src-release: remove dejagnu/example/calc droppings
@ 2003-08-16 16:37 Michael Elizabeth Chastain
  2003-08-16 16:43 ` Daniel Jacobowitz
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Elizabeth Chastain @ 2003-08-16 16:37 UTC (permalink / raw)
  To: binutils, gdb-patches

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; \


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-08-18  6:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-18  6:36 [rfa] src-release: remove dejagnu/example/calc droppings Michael Elizabeth Chastain
  -- strict thread matches above, loose matches on Subject: below --
2003-08-16 16:58 Michael Elizabeth Chastain
2003-08-16 16:37 Michael Elizabeth Chastain
2003-08-16 16:43 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox