SKIPPED:
	psi/cd_obj
	psi/make_gen
	psi/hardsup/cd_obj
	psi/hardsup/make_gen
	psi/hardsup/makefile_alpha
	psi/hardsup/makefile_linux
	psi/tecs/cd_obj
	psi/tecs/make_gen
	psi/tecs/makefile_alpha
	psi/tecs/makefile_linux
This commit is contained in:
cvs
2003-08-27 12:40:31 +00:00
parent 0bb8d632f1
commit 7af6c3c3af
11 changed files with 37 additions and 11 deletions

View File

@@ -9,7 +9,10 @@ if ("$SICS_VERSION" == "") then
else
set SICS_ROOT=${0:h}
if (${0:h} != $0) then
cd ${0:h}
endif
set SICS_ROOT=$PWD
# determine object directory
set o="$SICS_ROOT/obj/$SICS_VERSION/$1"
@@ -27,6 +30,8 @@ else
rm -f $o/src
echo ln -s $SICS_ROOT/$1 $o/src
ln -s $SICS_ROOT/$1 $o/src
rm -f $o/cd_obj
echo "cd $SICS_ROOT/$1" > $o/cd_obj
endif
endif