r=mcafee bug 245058 git-svn-id: svn://10.0.0.236/trunk@157120 18797224-902f-48f8-a5cc-f745e15eee43
15 lines
402 B
Bash
Executable File
15 lines
402 B
Bash
Executable File
#! /bin/sh
|
|
|
|
#
|
|
# Create links to install tinderbox stuff.
|
|
#
|
|
|
|
ln -s ../mozilla/tools/tinderbox/tinderbox
|
|
ln -s ../mozilla/tools/tinderbox/build-seamonkey.pl
|
|
ln -s ../mozilla/tools/tinderbox/build-seamonkey-util.pl
|
|
ln -s ../mozilla/tools/tinderbox/gettime.pl
|
|
ln -s ../mozilla/tools/tinderbox/bloatdiff.pl
|
|
ln -s ../mozilla/tools/tinderbox/tinder-defaults.pl
|
|
ln -s ../mozilla/tools/tinderbox/reportdata.pl
|
|
|