Differences From Artifact [fe83bc4dd5]:
- Executable file mttroot/mtt/lib/rep/sfun_rep.sh — part of check-in [9acdf436b1] at 2002-06-10 22:55:48 on branch origin/master — Corrected broken test for debug. (user: geraint@users.sourceforge.net, size: 29071) [annotate] [blame] [check-ins using] [more...]
To Artifact [4e120748b1]:
- Executable file mtt/lib/rep/sfun_rep.sh — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 29074) [annotate] [blame] [check-ins using] [more...]
- Executable file
mttroot/mtt/lib/rep/sfun_rep.sh
— part of check-in
[c084ef2080]
at
2002-12-12 17:18:43
on branch origin/master
— Fixed [ 647664 ] Namespace clash: LANG
Prepended MTT_ to SYS, OPTS and LANG environment variables. (user: geraint@users.sourceforge.net, size: 29074) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
1375 1376 1377 1378 1379 1380 1381 | ### main program set_debug false check_for_valid_input "$*" | | | 1375 1376 1377 1378 1379 1380 1381 1382 1383 | ### main program set_debug false check_for_valid_input "$*" MTT_OPTS="$1" MTT_SYS="$2" MTT_LANG="$3" make $make_debug -f ${MTT_REP}/sfun_rep/Makefile ${2}_sfun.${3} exit 0 |