blob: 7d81459b905c2693f2ab6c49e9eb888419b66826 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Set the HSI architecture.
# Set the link 'as'.
if [ "`ls -d as`" = "as" ]; then rm -rf as; fi
ln -s as.$MACH as
# Ditto for 'bin'.
if [ "`ls -d bin`" = "bin" ]; then rm -rf bin; fi
ln -s bin.$MACH bin
|