aboutsummaryrefslogtreecommitdiff
path: root/scripts/populate.in
Commit message (Collapse)AuthorAgeFilesLines
* populate: fix installing dynamic linker 'ld.so'Yann E. MORIN"2009-06-111-33/+43
| | | | | | | | | | | | | | | | | | The dynamic linker, ld.so, needs the execute bit to be set. Detect tht the library being installed is in fact ld.so and install it with 0755 instead of 0644. Fix detecting src == dst. Use a simpler command to copy src -> dst. Also change echo to printf, get rid of 'echo -n', which is highly non-portable. -------- diffstat follows -------- /trunk/scripts/populate.in | 76 43 33 0 +++++++++++++++++++++++++++++----------------------- 1 file changed, 43 insertions(+), 33 deletions(-)
* Fix populate to correctly use tools discovered via ./configure.Yann E. MORIN"2009-02-011-2/+4
| | | | | | /trunk/scripts/functions | 11 8 3 0 ++++++++--- /trunk/scripts/populate.in | 6 4 2 0 ++++-- 2 files changed, 12 insertions(+), 5 deletions(-)
* Update populate:Yann E. MORIN"2009-01-291-23/+45
| | | | | | | | | - use tools found by ./configure - some POSIX and eye-candy cleanups /trunk/scripts/functions | 7 4 3 0 +++-- /trunk/scripts/populate.in | 70 46 24 0 ++++++++++++++++++++++++++++++++++------------------ 2 files changed, 50 insertions(+), 27 deletions(-)
* Move populate.in from tools/ to scripts/Yann E. MORIN"2008-12-111-0/+200
/trunk/scripts/crosstool.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)