Get xfstests building on irix using root/toolroot.

Merge of xfs-cmds-melb:slinx:19868a by kenmcd.

  Simplify instructions to use make_irix script.
This commit is contained in:
Tim Shimmin
2004-10-22 14:38:06 +00:00
parent cc8c86246f
commit 8672beb942
7 changed files with 124 additions and 144 deletions
-6
View File
@@ -74,9 +74,6 @@ MODULAR=0 # using XFS as a module or not
BOOT="/boot" # install target for kernels
export EXTRA=${EXTRA:=xfs-qa}
MAKE=make
[ "$HOSTOS" == "IRIX" ] && MAKE=gmake
# general parameters (mainly for auto-qa)
SOAK_PROC=3 # -p option to fsstress
SOAK_STRESS=10000 # -n option to fsstress
@@ -144,9 +141,6 @@ export PERL_PROG="`set_prog_path perl`"
export SED_PROG="`set_prog_path sed`"
[ "$SED_PROG" = "" ] && _fatal "sed not found"
export MAKE_PROG="`set_prog_path $MAKE`"
[ "$MAKE_PROG" = "" ] && _fatal "$MAKE not found"
export PS_ALL_FLAGS="-ef"
export DF_PROG="`set_prog_path df`"