Grant Edwards schrieb:
On 2006-03-19, Francisco Silva <fran...@gmail.com> wrote:


I always create a shell-script that builds/installs the entire
toolchain (binutils, gcc, gdb and libraries) from source
tarballs and directories of patch files.  Then I archive the
build script, source tarballs, and patches.

Take a look in the packaging subdirectory in the mspgcc CVS
repository. There is a very clever makefile that fetches all the
sources and builds the complete toolchain in a single command.


I saw that, but I don't like scripts auto-fetching things.
I want to know without a doubt that the build script is using
the exact same tarballs+patches each time I run it.  Besides, I

it does use the same files each time; unless you edit the makefile and put other version numbers in there.

it just has make targets to download the archives if the files do not exitst on the disk.

chris


Reply via email to