AW: libGDB architecture
Martin Baulig
martin@home-of-linux.org
Wed Sep 1 00:27:00 GMT 1999
Jason Molenda <jsm@cygnus.com> writes:
> Nothing terribly special. I use a script. Basically it does
>
> cvs -Q co -P gdb
> mv devo gdb-19990830 (our top-level dir here is called devo)
> Sanitize (an internal script that removes unreleased
> bits of code as well as the CVS/ directories)
>
> cd gdb-19990830
> find . -type f -print | sort > ../manifest
> for i in `cat ../manifest`
> do
> md5sum $i >> gdb.md5
> done
>
> cd ..
> tar cf - gdb-19990830 | bzip2 > gdb-19990830.tar.bz2
>
> (lots of stuff to make the diff files)
>
> I can send you the script if you think it'll help save you time.
Shouldn't be necessary. I need to write my own script anyways since
gdb-guile from GNOME CVS only contains selected parts of gdb (the
remaining parts need to be added from a gdb 4.18 tarball).
This means that I can also make the tarball "by hand".
Thanks anyways!
--
Martin Baulig - martin@home-of-linux.org - http://www.home-of-linux.org
More information about the Gdb
mailing list