summaryrefslogtreecommitdiff
path: root/tools/populate.in
AgeCommit message (Collapse)AuthorFilesLines
2008-08-04Michael ABBOTT reported that populate is not relocatable.Yann E. MORIN"1-2/+4
Fix this by determining both the cross-readelf and the sys-root at runtime, not at build time. /trunk/configure | 1 1 0 0 + /trunk/scripts/crosstool.sh | 14 6 8 0 ++++++-------- /trunk/tools/populate.in | 6 4 2 0 ++++-- 3 files changed, 11 insertions(+), 10 deletions(-)
2008-07-19It's been a long time that the gcc libraries are all installed in the sys-root.Yann E. MORIN"1-6/+3
Thus populate does not need to look above to find the libraries. /trunk/tools/populate.in | 9 3 6 0 +++------ 1 file changed, 3 insertions(+), 6 deletions(-)
2008-05-20Get rid of all `command` (which is a bashism), and replace them with ↵Yann E. MORIN"1-9/+9
$(command), which is POSIX. Get rid of all remaining \"text\" in log messages and replace them with 'text'. Optimise the progress bar, should go un-noticed at log level DEBUG and below. /trunk/scripts/build/tools/200-sstrip.sh | 16 8 8 0 ++-- /trunk/scripts/build/libc_glibc.sh | 50 25 25 0 +++++++------- /trunk/scripts/build/libc_uClibc.sh | 4 2 2 0 /trunk/scripts/build/debug/100-dmalloc.sh | 2 1 1 0 /trunk/scripts/build/debug/400-ltrace.sh | 2 1 1 0 /trunk/scripts/build/debug/300-gdb.sh | 8 4 4 0 +- /trunk/scripts/build/debug/200-duma.sh | 6 3 3 0 +- /trunk/scripts/build/kernel_linux.sh | 30 15 15 0 ++++---- /trunk/scripts/build/cc_gcc.sh | 14 7 7 0 ++-- /trunk/scripts/crosstool.sh | 54 27 27 0 ++++++++-------- /trunk/scripts/functions | 128 64 64 0 ++++++++++++++++++------------------ /trunk/scripts/saveSample.sh | 4 2 2 0 /trunk/scripts/tarball.sh.broken | 20 10 10 0 +++--- /trunk/tools/addToolVersion.sh | 8 4 4 0 +- /trunk/tools/populate.in | 18 9 9 0 ++-- 15 files changed, 182 insertions(+), 182 deletions(-)
2007-08-07Make use of setsid to spawn removal processes: we don't want the rm's to ↵Yann E. MORIN"1-1/+1
stop if the main script fails and ends before all directories were removed.
2007-08-07Revert previous spurious commit.Yann E. MORIN"1-1/+1
2007-08-07Fix the Makefile.in to correctly remove generated documentation.Yann E. MORIN"1-1/+1
2007-07-14Sanitise populate a little bit.Yann E. MORIN"1-8/+8
2007-07-14Re-order help entries in populate.Yann E. MORIN"1-3/+3
2007-07-14Upgrade populate.in:Yann E. MORIN"1-9/+4
- systematically make paths absolute, - somewhat beautify the help ;essage, - explain why ../ is to be seatrched for.
2007-07-08Add a utility to populate a root directory with libraries from the toolchain.Yann E. MORIN"1-0/+124